Html Css Color HEX #33350C Turtle Green

📋 copy color: '#33350C'

red 51 ◦ green 53 ◦ blue 12

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

Shades of Turtle Green #33350C

Tints of Turtle Green #33350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 45.69%

 BLUE value IS 12 (5.08% from 255) = 10.34%

R = 43.97%
G = 45.69%
B = 10.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#33350C (or 0x33350C) is known color: Turtle Green. HEX triplet: 33, 35 and 0C. RGB value is (51,53,12). Sum of RGB (Red+Green+Blue) = 51+53+12=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 53 - color contains mainly: green. Hex color #33350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33350C is #CCCAF3. Grayscale: #2F2F2F. Windows color (decimal): -13421300 or 800051. OLE color: 800051.

HSL color Cylindrical-coordinate representation of color #33350C: hue angle of 62.93º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33350C is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB 51 53 12 -
CMYK 0.04 0 0.77 0.79
HSL 62.93º 0.63% 0.13% -
HSV(B) 62.93º 0.77% 0.21% -
XYZ 2.7 3.28 0.84 -
YUV 47.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 51 53 12 0.04 0 0.77 0.79 62.93 0.63 0.13
Hex 33 35 C 4 0 4D 4F 3F 3F D
Octal 63 65 14 4 0 115 117 77 77 15
Binary 110011 110101 1100 100 0 1001101 1001111 111111 111111 1101

Color Harmonies of #33350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33350C

Black with #33350C

Text Example


Text Example

White with #33350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33350C; }

 p { color: rgb(51,53,12); }

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

background-color css

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

 a { background-color: rgb(51,53,12); }

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

border-color css

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

 span { border-color: rgb(51,53,12); }

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