Html Css Color HEX #33390C Turtle Green

📋 copy color: '#33390C'

red 51 ◦ green 57 ◦ blue 12

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

Shades of Turtle Green #33390C

Tints of Turtle Green #33390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 47.5%

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

R = 42.5%
G = 47.5%
B = 10%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#33390C (or 0x33390C) is known color: Turtle Green. HEX triplet: 33, 39 and 0C. RGB value is (51,57,12). Sum of RGB (Red+Green+Blue) = 51+57+12=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 57 - color contains mainly: green. Hex color #33390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33390C is #CCC6F3. Grayscale: #323232. Windows color (decimal): -13420276 or 801075. OLE color: 801075.

HSL color Cylindrical-coordinate representation of color #33390C: hue angle of 68º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33390C is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 57 12 -
CMYK 0.11 0 0.79 0.78
HSL 68º 0.65% 0.14% -
HSV(B) 68º 0.79% 0.22% -
XYZ 2.89 3.66 0.9 -
YUV 50.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 51 57 12 0.11 0 0.79 0.78 68 0.65 0.14
Hex 33 39 C B 0 4F 4E 44 41 E
Octal 63 71 14 13 0 117 116 104 101 16
Binary 110011 111001 1100 1011 0 1001111 1001110 1000100 1000001 1110

Color Harmonies of #33390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33390C

Black with #33390C

Text Example


Text Example

White with #33390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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