Html Css Color HEX #374405 Turtle Green

📋 copy color: '#374405'

red 55 ◦ green 68 ◦ blue 5

#374405
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #374405

Tints of Turtle Green #374405

RGB

 RED value IS 55 (21.88% from 255) = 42.97%

 GREEN value IS 68 (26.95% from 255) = 53.13%

 BLUE value IS 5 (2.34% from 255) = 3.91%

R = 42.97%
G = 53.13%
B = 3.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#374405 (or 0x374405) is known color: Turtle Green. HEX triplet: 37, 44 and 05. RGB value is (55,68,5). Sum of RGB (Red+Green+Blue) = 55+68+5=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #374405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374405 is #C8BBFA. Grayscale: #393939. Windows color (decimal): -13155323 or 345143. OLE color: 345143.

HSL color Cylindrical-coordinate representation of color #374405: hue angle of 72.38º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #374405 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 68 5 -
CMYK 0.19 0 0.93 0.73
HSL 72.38º 0.86% 0.14% -
HSV(B) 72.38º 0.93% 0.27% -
XYZ 3.67 4.96 0.91 -
YUV 56.93 98.69 126.62 -
System Red Green Blue C M Y K H S L
Decimal 55 68 5 0.19 0 0.93 0.73 72.38 0.86 0.14
Hex 37 44 5 13 0 5D 49 48 56 E
Octal 67 104 5 23 0 135 111 110 126 16
Binary 110111 1000100 101 10011 0 1011101 1001001 1001000 1010110 1110

Color Harmonies of #374405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374405

Black with #374405

Text Example


Text Example

White with #374405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374405; }

 p { color: rgb(55,68,5); }

 H1.HeaderClassName
 {
   color: #374405;
 }
 .AnyTagClassName
 {
   color: #374405;
 }
</style>

background-color css

<style>
 a { background-color: #374405; }

 a { background-color: rgb(55,68,5); }

 div.DivClassName
 {
   background-color: #374405;
 }
 .BgClassName
 {
   background-color: #374405;
 }
</style>

border-color css

<style>
 span { border-color: #374405; }

 span { border-color: rgb(55,68,5); }

 td.TdClassName
 {
   border-color: #374405;
 }
 .TagClassName
 {
   border-color: #374405;
 }
</style>