Html Css Color HEX #33530C Turtle Green

📋 copy color: '#33530C'

red 51 ◦ green 83 ◦ blue 12

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

Shades of Turtle Green #33530C

Tints of Turtle Green #33530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.85%

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

R = 34.93%
G = 56.85%
B = 8.22%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#33530C (or 0x33530C) is known color: Turtle Green. HEX triplet: 33, 53 and 0C. RGB value is (51,83,12). Sum of RGB (Red+Green+Blue) = 51+83+12=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #33530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33530C is #CCACF3. Grayscale: #414141. Windows color (decimal): -13413620 or 807731. OLE color: 807731.

HSL color Cylindrical-coordinate representation of color #33530C: hue angle of 87.04º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33530C is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 83 12 -
CMYK 0.39 0 0.86 0.67
HSL 87.04º 0.75% 0.19% -
HSV(B) 87.04º 0.86% 0.33% -
XYZ 4.52 6.92 1.44 -
YUV 65.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 51 83 12 0.39 0 0.86 0.67 87.04 0.75 0.19
Hex 33 53 C 27 0 56 43 57 4B 13
Octal 63 123 14 47 0 126 103 127 113 23
Binary 110011 1010011 1100 100111 0 1010110 1000011 1010111 1001011 10011

Color Harmonies of #33530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33530C

Black with #33530C

Text Example


Text Example

White with #33530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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