Html Css Color HEX #374A0C Turtle Green

📋 copy color: '#374A0C'

red 55 ◦ green 74 ◦ blue 12

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

Shades of Turtle Green #374A0C

Tints of Turtle Green #374A0C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 52.48%

 BLUE value IS 12 (5.08% from 255) = 8.51%

R = 39.01%
G = 52.48%
B = 8.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#374A0C (or 0x374A0C) is known color: Turtle Green. HEX triplet: 37, 4A and 0C. RGB value is (55,74,12). Sum of RGB (Red+Green+Blue) = 55+74+12=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 74 (29.30% from 255 or 52.48% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 74 - color contains mainly: green. Hex color #374A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374A0C is #C8B5F3. Grayscale: #3D3D3D. Windows color (decimal): -13153780 or 805431. OLE color: 805431.

HSL color Cylindrical-coordinate representation of color #374A0C: hue angle of 78.39º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #374A0C is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 74 12 -
CMYK 0.26 0 0.84 0.71
HSL 78.39º 0.72% 0.17% -
HSV(B) 78.39º 0.84% 0.29% -
XYZ 4.09 5.74 1.24 -
YUV 61.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 55 74 12 0.26 0 0.84 0.71 78.39 0.72 0.17
Hex 37 4A C 1A 0 54 47 4E 48 11
Octal 67 112 14 32 0 124 107 116 110 21
Binary 110111 1001010 1100 11010 0 1010100 1000111 1001110 1001000 10001

Color Harmonies of #374A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A0C

Black with #374A0C

Text Example


Text Example

White with #374A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374A0C; }

 p { color: rgb(55,74,12); }

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

background-color css

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

 a { background-color: rgb(55,74,12); }

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

border-color css

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

 span { border-color: rgb(55,74,12); }

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