Html Css Color HEX #334F12 Turtle Green

📋 copy color: '#334F12'

red 51 ◦ green 79 ◦ blue 18

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

Shades of Turtle Green #334F12

Tints of Turtle Green #334F12

RGB

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

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

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

R = 34.46%
G = 53.38%
B = 12.16%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.77

 K value IS 0.69

RGB Variations

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

Color information

#334F12 (or 0x334F12) is known color: Turtle Green. HEX triplet: 33, 4F and 12. RGB value is (51,79,18). Sum of RGB (Red+Green+Blue) = 51+79+18=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #334F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334F12 is #CCB0ED. Grayscale: #3F3F3F. Windows color (decimal): -13414638 or 1199923. OLE color: 1199923.

HSL color Cylindrical-coordinate representation of color #334F12: hue angle of 87.54º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334F12 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 79 18 -
CMYK 0.35 0 0.77 0.69
HSL 87.54º 0.63% 0.19% -
HSV(B) 87.54º 0.77% 0.31% -
XYZ 4.27 6.34 1.57 -
YUV 63.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 51 79 18 0.35 0 0.77 0.69 87.54 0.63 0.19
Hex 33 4F 12 23 0 4D 45 58 3F 13
Octal 63 117 22 43 0 115 105 130 77 23
Binary 110011 1001111 10010 100011 0 1001101 1000101 1011000 111111 10011

Color Harmonies of #334F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F12

Black with #334F12

Text Example


Text Example

White with #334F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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