Html Css Color HEX #374713 Turtle Green

📋 copy color: '#374713'

red 55 ◦ green 71 ◦ blue 19

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

Shades of Turtle Green #374713

Tints of Turtle Green #374713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.97%

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

R = 37.93%
G = 48.97%
B = 13.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#374713 (or 0x374713) is known color: Turtle Green. HEX triplet: 37, 47 and 13. RGB value is (55,71,19). Sum of RGB (Red+Green+Blue) = 55+71+19=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #374713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374713 is #C8B8EC. Grayscale: #3C3C3C. Windows color (decimal): -13154541 or 1263415. OLE color: 1263415.

HSL color Cylindrical-coordinate representation of color #374713: hue angle of 78.46º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #374713 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 71 19 -
CMYK 0.23 0 0.73 0.72
HSL 78.46º 0.58% 0.18% -
HSV(B) 78.46º 0.73% 0.28% -
XYZ 3.95 5.37 1.44 -
YUV 60.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 55 71 19 0.23 0 0.73 0.72 78.46 0.58 0.18
Hex 37 47 13 17 0 49 48 4E 3A 12
Octal 67 107 23 27 0 111 110 116 72 22
Binary 110111 1000111 10011 10111 0 1001001 1001000 1001110 111010 10010

Color Harmonies of #374713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374713

Black with #374713

Text Example


Text Example

White with #374713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374713; }

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

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

background-color css

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

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

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

border-color css

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

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

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