Html Css Color HEX #374714 Turtle Green

📋 copy color: '#374714'

red 55 ◦ green 71 ◦ blue 20

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

Shades of Turtle Green #374714

Tints of Turtle Green #374714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.7%

R = 37.67%
G = 48.63%
B = 13.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#374714 (or 0x374714) is known color: Turtle Green. HEX triplet: 37, 47 and 14. RGB value is (55,71,20). Sum of RGB (Red+Green+Blue) = 55+71+20=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #374714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374714 is #C8B8EB. Grayscale: #3C3C3C. Windows color (decimal): -13154540 or 1328951. OLE color: 1328951.

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

Color convert

RGB 55 71 20 -
CMYK 0.23 0 0.72 0.72
HSL 78.82º 0.56% 0.18% -
HSV(B) 78.82º 0.72% 0.28% -
XYZ 3.96 5.37 1.49 -
YUV 60.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 55 71 20 0.23 0 0.72 0.72 78.82 0.56 0.18
Hex 37 47 14 17 0 48 48 4F 38 12
Octal 67 107 24 27 0 110 110 117 70 22
Binary 110111 1000111 10100 10111 0 1001000 1001000 1001111 111000 10010

Color Harmonies of #374714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374714

Black with #374714

Text Example


Text Example

White with #374714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374714; }

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

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

background-color css

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

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

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

border-color css

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

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

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