Html Css Color HEX #374515 Turtle Green

📋 copy color: '#374515'

red 55 ◦ green 69 ◦ blue 21

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

Shades of Turtle Green #374515

Tints of Turtle Green #374515

RGB

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

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

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

R = 37.93%
G = 47.59%
B = 14.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#374515 (or 0x374515) is known color: Turtle Green. HEX triplet: 37, 45 and 15. RGB value is (55,69,21). Sum of RGB (Red+Green+Blue) = 55+69+21=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #374515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374515 is #C8BAEA. Grayscale: #3B3B3B. Windows color (decimal): -13155051 or 1393975. OLE color: 1393975.

HSL color Cylindrical-coordinate representation of color #374515: hue angle of 77.5º degrees, saturation: 0.53, 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 #374515 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 69 21 -
CMYK 0.20 0 0.70 0.73
HSL 77.5º 0.53% 0.18% -
HSV(B) 77.5º 0.7% 0.27% -
XYZ 3.84 5.12 1.5 -
YUV 59.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 55 69 21 0.20 0 0.70 0.73 77.5 0.53 0.18
Hex 37 45 15 14 0 46 49 4E 35 12
Octal 67 105 25 24 0 106 111 116 65 22
Binary 110111 1000101 10101 10100 0 1000110 1001001 1001110 110101 10010

Color Harmonies of #374515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374515

Black with #374515

Text Example


Text Example

White with #374515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374515; }

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

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

background-color css

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

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

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

border-color css

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

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

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