Html Css Color HEX #374005 Turtle Green

📋 copy color: '#374005'

red 55 ◦ green 64 ◦ blue 5

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

Shades of Turtle Green #374005

Tints of Turtle Green #374005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 51.61%

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

R = 44.35%
G = 51.61%
B = 4.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#374005 (or 0x374005) is known color: Turtle Green. HEX triplet: 37, 40 and 05. RGB value is (55,64,5). Sum of RGB (Red+Green+Blue) = 55+64+5=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #374005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374005 is #C8BFFA. Grayscale: #363636. Windows color (decimal): -13156347 or 344119. OLE color: 344119.

HSL color Cylindrical-coordinate representation of color #374005: hue angle of 69.15º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #374005 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 64 5 -
CMYK 0.14 0 0.92 0.75
HSL 69.15º 0.86% 0.14% -
HSV(B) 69.15º 0.92% 0.25% -
XYZ 3.44 4.49 0.83 -
YUV 54.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 55 64 5 0.14 0 0.92 0.75 69.15 0.86 0.14
Hex 37 40 5 E 0 5C 4B 45 56 E
Octal 67 100 5 16 0 134 113 105 126 16
Binary 110111 1000000 101 1110 0 1011100 1001011 1000101 1010110 1110

Color Harmonies of #374005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374005

Black with #374005

Text Example


Text Example

White with #374005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374005; }

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

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

background-color css

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

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

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

border-color css

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

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

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