Html Css Color HEX #334D14 Turtle Green

📋 copy color: '#334D14'

red 51 ◦ green 77 ◦ blue 20

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

Shades of Turtle Green #334D14

Tints of Turtle Green #334D14

RGB

 RED value IS 51 (20.31% from 255) = 34.46%

 GREEN value IS 77 (30.47% from 255) = 52.03%

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

R = 34.46%
G = 52.03%
B = 13.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#334D14 (or 0x334D14) is known color: Turtle Green. HEX triplet: 33, 4D and 14. RGB value is (51,77,20). Sum of RGB (Red+Green+Blue) = 51+77+20=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #334D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334D14 is #CCB2EB. Grayscale: #3E3E3E. Windows color (decimal): -13415148 or 1330483. OLE color: 1330483.

HSL color Cylindrical-coordinate representation of color #334D14: hue angle of 87.37º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #334D14 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 77 20 -
CMYK 0.34 0 0.74 0.70
HSL 87.37º 0.59% 0.19% -
HSV(B) 87.37º 0.74% 0.3% -
XYZ 4.15 6.06 1.61 -
YUV 62.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 51 77 20 0.34 0 0.74 0.70 87.37 0.59 0.19
Hex 33 4D 14 22 0 4A 46 57 3B 13
Octal 63 115 24 42 0 112 106 127 73 23
Binary 110011 1001101 10100 100010 0 1001010 1000110 1010111 111011 10011

Color Harmonies of #334D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D14

Black with #334D14

Text Example


Text Example

White with #334D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334D14; }

 p { color: rgb(51,77,20); }

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

background-color css

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

 a { background-color: rgb(51,77,20); }

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

border-color css

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

 span { border-color: rgb(51,77,20); }

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