Html Css Color HEX #374913 Turtle Green

📋 copy color: '#374913'

red 55 ◦ green 73 ◦ blue 19

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

Shades of Turtle Green #374913

Tints of Turtle Green #374913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 49.66%

 BLUE value IS 19 (7.81% from 255) = 12.93%

R = 37.41%
G = 49.66%
B = 12.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#374913 (or 0x374913) is known color: Turtle Green. HEX triplet: 37, 49 and 13. RGB value is (55,73,19). Sum of RGB (Red+Green+Blue) = 55+73+19=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #374913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374913 is #C8B6EC. Grayscale: #3D3D3D. Windows color (decimal): -13154029 or 1263927. OLE color: 1263927.

HSL color Cylindrical-coordinate representation of color #374913: hue angle of 80º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #374913 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 73 19 -
CMYK 0.25 0 0.74 0.71
HSL 80º 0.59% 0.18% -
HSV(B) 80º 0.74% 0.29% -
XYZ 4.08 5.62 1.49 -
YUV 61.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 55 73 19 0.25 0 0.74 0.71 80 0.59 0.18
Hex 37 49 13 19 0 4A 47 50 3B 12
Octal 67 111 23 31 0 112 107 120 73 22
Binary 110111 1001001 10011 11001 0 1001010 1000111 1010000 111011 10010

Color Harmonies of #374913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374913

Black with #374913

Text Example


Text Example

White with #374913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374913; }

 p { color: rgb(55,73,19); }

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

background-color css

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

 a { background-color: rgb(55,73,19); }

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

border-color css

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

 span { border-color: rgb(55,73,19); }

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