Html Css Color HEX #374800 Turtle Green

📋 copy color: '#374800'

red 55 ◦ green 72 ◦ blue 0

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

Shades of Turtle Green #374800

Tints of Turtle Green #374800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.31%
G = 56.69%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#374800 (or 0x374800) is known color: Turtle Green. HEX triplet: 37, 48 and 00. RGB value is (55,72,0). Sum of RGB (Red+Green+Blue) = 55+72+0=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #374800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374800 is #C8B7FF. Grayscale: #3A3A3A. Windows color (decimal): -13154304 or 18487. OLE color: 18487.

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

Color convert

RGB 55 72 0 -
CMYK 0.24 0 1 0.72
HSL 74.17º 1% 0.14% -
HSV(B) 74.17º 1% 0.28% -
XYZ 3.89 5.45 0.85 -
YUV 58.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 55 72 0 0.24 0 1 0.72 74.17 1 0.14
Hex 37 48 0 18 0 64 48 4A 64 E
Octal 67 110 0 30 0 144 110 112 144 16
Binary 110111 1001000 0 11000 0 1100100 1001000 1001010 1100100 1110

Color Harmonies of #374800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374800

Black with #374800

Text Example


Text Example

White with #374800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374800; }

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

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

background-color css

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

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

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

border-color css

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

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

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