Html Css Color HEX #374615 Turtle Green

📋 copy color: '#374615'

red 55 ◦ green 70 ◦ blue 21

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

Shades of Turtle Green #374615

Tints of Turtle Green #374615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.95%

 BLUE value IS 21 (8.59% from 255) = 14.38%

R = 37.67%
G = 47.95%
B = 14.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#374615 (or 0x374615) is known color: Turtle Green. HEX triplet: 37, 46 and 15. RGB value is (55,70,21). Sum of RGB (Red+Green+Blue) = 55+70+21=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #374615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374615 is #C8B9EA. Grayscale: #3C3C3C. Windows color (decimal): -13154795 or 1394231. OLE color: 1394231.

HSL color Cylindrical-coordinate representation of color #374615: hue angle of 78.37º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #374615 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 70 21 -
CMYK 0.21 0 0.70 0.73
HSL 78.37º 0.54% 0.18% -
HSV(B) 78.37º 0.7% 0.27% -
XYZ 3.9 5.25 1.52 -
YUV 59.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 55 70 21 0.21 0 0.70 0.73 78.37 0.54 0.18
Hex 37 46 15 15 0 46 49 4E 36 12
Octal 67 106 25 25 0 106 111 116 66 22
Binary 110111 1000110 10101 10101 0 1000110 1001001 1001110 110110 10010

Color Harmonies of #374615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374615

Black with #374615

Text Example


Text Example

White with #374615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374615; }

 p { color: rgb(55,70,21); }

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

background-color css

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

 a { background-color: rgb(55,70,21); }

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

border-color css

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

 span { border-color: rgb(55,70,21); }

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