Html Css Color HEX #334B12 Turtle Green

📋 copy color: '#334B12'

red 51 ◦ green 75 ◦ blue 18

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

Shades of Turtle Green #334B12

Tints of Turtle Green #334B12

RGB

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

 GREEN value IS 75 (29.69% from 255) = 52.08%

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

R = 35.42%
G = 52.08%
B = 12.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#334B12 (or 0x334B12) is known color: Turtle Green. HEX triplet: 33, 4B and 12. RGB value is (51,75,18). Sum of RGB (Red+Green+Blue) = 51+75+18=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #334B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334B12 is #CCB4ED. Grayscale: #3D3D3D. Windows color (decimal): -13415662 or 1198899. OLE color: 1198899.

HSL color Cylindrical-coordinate representation of color #334B12: hue angle of 85.26º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334B12 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 75 18 -
CMYK 0.32 0 0.76 0.71
HSL 85.26º 0.61% 0.18% -
HSV(B) 85.26º 0.76% 0.29% -
XYZ 3.99 5.78 1.48 -
YUV 61.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 51 75 18 0.32 0 0.76 0.71 85.26 0.61 0.18
Hex 33 4B 12 20 0 4C 47 55 3D 12
Octal 63 113 22 40 0 114 107 125 75 22
Binary 110011 1001011 10010 100000 0 1001100 1000111 1010101 111101 10010

Color Harmonies of #334B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B12

Black with #334B12

Text Example


Text Example

White with #334B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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