Html Css Color HEX #374E0E Turtle Green

📋 copy color: '#374E0E'

red 55 ◦ green 78 ◦ blue 14

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

Shades of Turtle Green #374E0E

Tints of Turtle Green #374E0E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 53.06%

 BLUE value IS 14 (5.86% from 255) = 9.52%

R = 37.41%
G = 53.06%
B = 9.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.69

RGB Variations

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

Color information

#374E0E (or 0x374E0E) is known color: Turtle Green. HEX triplet: 37, 4E and 0E. RGB value is (55,78,14). Sum of RGB (Red+Green+Blue) = 55+78+14=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #374E0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374E0E is #C8B1F1. Grayscale: #404040. Windows color (decimal): -13152754 or 937527. OLE color: 937527.

HSL color Cylindrical-coordinate representation of color #374E0E: hue angle of 81.56º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #374E0E is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 78 14 -
CMYK 0.29 0 0.82 0.69
HSL 81.56º 0.7% 0.18% -
HSV(B) 81.56º 0.82% 0.31% -
XYZ 4.38 6.29 1.4 -
YUV 63.83 99.88 121.7 -
System Red Green Blue C M Y K H S L
Decimal 55 78 14 0.29 0 0.82 0.69 81.56 0.7 0.18
Hex 37 4E E 1D 0 52 45 52 46 12
Octal 67 116 16 35 0 122 105 122 106 22
Binary 110111 1001110 1110 11101 0 1010010 1000101 1010010 1000110 10010

Color Harmonies of #374E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E0E

Black with #374E0E

Text Example


Text Example

White with #374E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,78,14); }

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

background-color css

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

 a { background-color: rgb(55,78,14); }

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

border-color css

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

 span { border-color: rgb(55,78,14); }

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