Html Css Color HEX #33530E Turtle Green

📋 copy color: '#33530E'

red 51 ◦ green 83 ◦ blue 14

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

Shades of Turtle Green #33530E

Tints of Turtle Green #33530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.46%

R = 34.46%
G = 56.08%
B = 9.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#33530E (or 0x33530E) is known color: Turtle Green. HEX triplet: 33, 53 and 0E. RGB value is (51,83,14). Sum of RGB (Red+Green+Blue) = 51+83+14=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #33530E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33530E is #CCACF1. Grayscale: #414141. Windows color (decimal): -13413618 or 938803. OLE color: 938803.

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

Color convert

RGB 51 83 14 -
CMYK 0.39 0 0.83 0.67
HSL 87.83º 0.71% 0.19% -
HSV(B) 87.83º 0.83% 0.33% -
XYZ 4.54 6.92 1.51 -
YUV 65.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 51 83 14 0.39 0 0.83 0.67 87.83 0.71 0.19
Hex 33 53 E 27 0 53 43 58 47 13
Octal 63 123 16 47 0 123 103 130 107 23
Binary 110011 1010011 1110 100111 0 1010011 1000011 1011000 1000111 10011

Color Harmonies of #33530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33530E

Black with #33530E

Text Example


Text Example

White with #33530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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