Html Css Color HEX #374415 Turtle Green

📋 copy color: '#374415'

red 55 ◦ green 68 ◦ blue 21

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

Shades of Turtle Green #374415

Tints of Turtle Green #374415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.22%

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

R = 38.19%
G = 47.22%
B = 14.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#374415 (or 0x374415) is known color: Turtle Green. HEX triplet: 37, 44 and 15. RGB value is (55,68,21). Sum of RGB (Red+Green+Blue) = 55+68+21=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #374415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374415 is #C8BBEA. Grayscale: #3A3A3A. Windows color (decimal): -13155307 or 1393719. OLE color: 1393719.

HSL color Cylindrical-coordinate representation of color #374415: hue angle of 76.6º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #374415 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 68 21 -
CMYK 0.19 0 0.69 0.73
HSL 76.6º 0.53% 0.17% -
HSV(B) 76.6º 0.69% 0.27% -
XYZ 3.78 5 1.48 -
YUV 58.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 55 68 21 0.19 0 0.69 0.73 76.6 0.53 0.17
Hex 37 44 15 13 0 45 49 4D 35 11
Octal 67 104 25 23 0 105 111 115 65 21
Binary 110111 1000100 10101 10011 0 1000101 1001001 1001101 110101 10001

Color Harmonies of #374415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374415

Black with #374415

Text Example


Text Example

White with #374415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374415; }

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

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

background-color css

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

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

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

border-color css

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

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

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