Html Css Color HEX #334D12 Turtle Green

📋 copy color: '#334D12'

red 51 ◦ green 77 ◦ blue 18

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

Shades of Turtle Green #334D12

Tints of Turtle Green #334D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.33%

R = 34.93%
G = 52.74%
B = 12.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#334D12 (or 0x334D12) is known color: Turtle Green. HEX triplet: 33, 4D and 12. RGB value is (51,77,18). Sum of RGB (Red+Green+Blue) = 51+77+18=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 77 (30.47% from 255 or 52.74% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 77 - color contains mainly: green. Hex color #334D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334D12 is #CCB2ED. Grayscale: #3E3E3E. Windows color (decimal): -13415150 or 1199411. OLE color: 1199411.

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

Color convert

RGB 51 77 18 -
CMYK 0.34 0 0.77 0.70
HSL 86.44º 0.62% 0.19% -
HSV(B) 86.44º 0.77% 0.3% -
XYZ 4.13 6.06 1.52 -
YUV 62.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 51 77 18 0.34 0 0.77 0.70 86.44 0.62 0.19
Hex 33 4D 12 22 0 4D 46 56 3E 13
Octal 63 115 22 42 0 115 106 126 76 23
Binary 110011 1001101 10010 100010 0 1001101 1000110 1010110 111110 10011

Color Harmonies of #334D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D12

Black with #334D12

Text Example


Text Example

White with #334D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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