Html Css Color HEX #374516 Turtle Green

📋 copy color: '#374516'

red 55 ◦ green 69 ◦ blue 22

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

Shades of Turtle Green #374516

Tints of Turtle Green #374516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.26%

 BLUE value IS 22 (8.98% from 255) = 15.07%

R = 37.67%
G = 47.26%
B = 15.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#374516 (or 0x374516) is known color: Turtle Green. HEX triplet: 37, 45 and 16. RGB value is (55,69,22). Sum of RGB (Red+Green+Blue) = 55+69+22=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #374516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374516 is #C8BAE9. Grayscale: #3B3B3B. Windows color (decimal): -13155050 or 1459511. OLE color: 1459511.

HSL color Cylindrical-coordinate representation of color #374516: hue angle of 77.87º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #374516 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 69 22 -
CMYK 0.20 0 0.68 0.73
HSL 77.87º 0.52% 0.18% -
HSV(B) 77.87º 0.68% 0.27% -
XYZ 3.85 5.13 1.55 -
YUV 59.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 55 69 22 0.20 0 0.68 0.73 77.87 0.52 0.18
Hex 37 45 16 14 0 44 49 4E 34 12
Octal 67 105 26 24 0 104 111 116 64 22
Binary 110111 1000101 10110 10100 0 1000100 1001001 1001110 110100 10010

Color Harmonies of #374516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374516

Black with #374516

Text Example


Text Example

White with #374516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374516; }

 p { color: rgb(55,69,22); }

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

background-color css

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

 a { background-color: rgb(55,69,22); }

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

border-color css

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

 span { border-color: rgb(55,69,22); }

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