Html Css Color HEX #374614 Turtle Green

📋 copy color: '#374614'

red 55 ◦ green 70 ◦ blue 20

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

Shades of Turtle Green #374614

Tints of Turtle Green #374614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.28%

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

R = 37.93%
G = 48.28%
B = 13.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#374614 (or 0x374614) is known color: Turtle Green. HEX triplet: 37, 46 and 14. RGB value is (55,70,20). Sum of RGB (Red+Green+Blue) = 55+70+20=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #374614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374614 is #C8B9EB. Grayscale: #3C3C3C. Windows color (decimal): -13154796 or 1328695. OLE color: 1328695.

HSL color Cylindrical-coordinate representation of color #374614: hue angle of 78º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #374614 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 70 20 -
CMYK 0.21 0 0.71 0.73
HSL 78º 0.56% 0.18% -
HSV(B) 78º 0.71% 0.27% -
XYZ 3.89 5.24 1.47 -
YUV 59.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 55 70 20 0.21 0 0.71 0.73 78 0.56 0.18
Hex 37 46 14 15 0 47 49 4E 38 12
Octal 67 106 24 25 0 107 111 116 70 22
Binary 110111 1000110 10100 10101 0 1000111 1001001 1001110 111000 10010

Color Harmonies of #374614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374614

Black with #374614

Text Example


Text Example

White with #374614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374614; }

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

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

background-color css

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

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

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

border-color css

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

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

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