Html Css Color HEX #374F14 Turtle Green

📋 copy color: '#374F14'

red 55 ◦ green 79 ◦ blue 20

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

Shades of Turtle Green #374F14

Tints of Turtle Green #374F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 51.3%

 BLUE value IS 20 (8.2% from 255) = 12.99%

R = 35.71%
G = 51.3%
B = 12.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#374F14 (or 0x374F14) is known color: Turtle Green. HEX triplet: 37, 4F and 14. RGB value is (55,79,20). Sum of RGB (Red+Green+Blue) = 55+79+20=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 79 (31.25% from 255 or 51.30% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 79 - color contains mainly: green. Hex color #374F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374F14 is #C8B0EB. Grayscale: #414141. Windows color (decimal): -13152492 or 1330999. OLE color: 1330999.

HSL color Cylindrical-coordinate representation of color #374F14: hue angle of 84.41º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374F14 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 79 20 -
CMYK 0.30 0 0.75 0.69
HSL 84.41º 0.6% 0.19% -
HSV(B) 84.41º 0.75% 0.31% -
XYZ 4.5 6.45 1.67 -
YUV 65.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 55 79 20 0.30 0 0.75 0.69 84.41 0.6 0.19
Hex 37 4F 14 1E 0 4B 45 54 3C 13
Octal 67 117 24 36 0 113 105 124 74 23
Binary 110111 1001111 10100 11110 0 1001011 1000101 1010100 111100 10011

Color Harmonies of #374F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F14

Black with #374F14

Text Example


Text Example

White with #374F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,79,20); }

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

background-color css

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

 a { background-color: rgb(55,79,20); }

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

border-color css

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

 span { border-color: rgb(55,79,20); }

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