Html Css Color HEX #374914 Turtle Green

📋 copy color: '#374914'

red 55 ◦ green 73 ◦ blue 20

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

Shades of Turtle Green #374914

Tints of Turtle Green #374914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 49.32%

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

R = 37.16%
G = 49.32%
B = 13.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#374914 (or 0x374914) is known color: Turtle Green. HEX triplet: 37, 49 and 14. RGB value is (55,73,20). Sum of RGB (Red+Green+Blue) = 55+73+20=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #374914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374914 is #C8B6EB. Grayscale: #3D3D3D. Windows color (decimal): -13154028 or 1329463. OLE color: 1329463.

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

Color convert

RGB 55 73 20 -
CMYK 0.25 0 0.73 0.71
HSL 80.38º 0.57% 0.18% -
HSV(B) 80.38º 0.73% 0.29% -
XYZ 4.08 5.63 1.53 -
YUV 61.58 104.54 123.31 -
System Red Green Blue C M Y K H S L
Decimal 55 73 20 0.25 0 0.73 0.71 80.38 0.57 0.18
Hex 37 49 14 19 0 49 47 50 39 12
Octal 67 111 24 31 0 111 107 120 71 22
Binary 110111 1001001 10100 11001 0 1001001 1000111 1010000 111001 10010

Color Harmonies of #374914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374914

Black with #374914

Text Example


Text Example

White with #374914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374914; }

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

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

background-color css

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

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

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

border-color css

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

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

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