Html Css Color HEX #374C0D Turtle Green

📋 copy color: '#374C0D'

red 55 ◦ green 76 ◦ blue 13

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

Shades of Turtle Green #374C0D

Tints of Turtle Green #374C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 52.78%

 BLUE value IS 13 (5.47% from 255) = 9.03%

R = 38.19%
G = 52.78%
B = 9.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#374C0D (or 0x374C0D) is known color: Turtle Green. HEX triplet: 37, 4C and 0D. RGB value is (55,76,13). Sum of RGB (Red+Green+Blue) = 55+76+13=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #374C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374C0D is #C8B3F2. Grayscale: #3E3E3E. Windows color (decimal): -13153267 or 871479. OLE color: 871479.

HSL color Cylindrical-coordinate representation of color #374C0D: hue angle of 80º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #374C0D is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 76 13 -
CMYK 0.28 0 0.83 0.70
HSL 80º 0.71% 0.17% -
HSV(B) 80º 0.83% 0.3% -
XYZ 4.23 6.01 1.32 -
YUV 62.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 55 76 13 0.28 0 0.83 0.70 80 0.71 0.17
Hex 37 4C D 1C 0 53 46 50 47 11
Octal 67 114 15 34 0 123 106 120 107 21
Binary 110111 1001100 1101 11100 0 1010011 1000110 1010000 1000111 10001

Color Harmonies of #374C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C0D

Black with #374C0D

Text Example


Text Example

White with #374C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,76,13); }

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

background-color css

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

 a { background-color: rgb(55,76,13); }

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

border-color css

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

 span { border-color: rgb(55,76,13); }

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