Html Css Color HEX #374805 Turtle Green

📋 copy color: '#374805'

red 55 ◦ green 72 ◦ blue 5

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

Shades of Turtle Green #374805

Tints of Turtle Green #374805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.55%

 BLUE value IS 5 (2.34% from 255) = 3.79%

R = 41.67%
G = 54.55%
B = 3.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#374805 (or 0x374805) is known color: Turtle Green. HEX triplet: 37, 48 and 05. RGB value is (55,72,5). Sum of RGB (Red+Green+Blue) = 55+72+5=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #374805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374805 is #C8B7FA. Grayscale: #3B3B3B. Windows color (decimal): -13154299 or 346167. OLE color: 346167.

HSL color Cylindrical-coordinate representation of color #374805: hue angle of 75.22º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #374805 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 72 5 -
CMYK 0.24 0 0.93 0.72
HSL 75.22º 0.87% 0.15% -
HSV(B) 75.22º 0.93% 0.28% -
XYZ 3.92 5.46 0.99 -
YUV 59.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 55 72 5 0.24 0 0.93 0.72 75.22 0.87 0.15
Hex 37 48 5 18 0 5D 48 4B 57 F
Octal 67 110 5 30 0 135 110 113 127 17
Binary 110111 1001000 101 11000 0 1011101 1001000 1001011 1010111 1111

Color Harmonies of #374805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374805

Black with #374805

Text Example


Text Example

White with #374805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374805; }

 p { color: rgb(55,72,5); }

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

background-color css

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

 a { background-color: rgb(55,72,5); }

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

border-color css

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

 span { border-color: rgb(55,72,5); }

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