Html Css Color HEX #33420A Turtle Green

📋 copy color: '#33420A'

red 51 ◦ green 66 ◦ blue 10

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

Shades of Turtle Green #33420A

Tints of Turtle Green #33420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.97%

 BLUE value IS 10 (4.3% from 255) = 7.87%

R = 40.16%
G = 51.97%
B = 7.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#33420A (or 0x33420A) is known color: Turtle Green. HEX triplet: 33, 42 and 0A. RGB value is (51,66,10). Sum of RGB (Red+Green+Blue) = 51+66+10=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #33420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33420A is #CCBDF5. Grayscale: #373737. Windows color (decimal): -13417974 or 672307. OLE color: 672307.

HSL color Cylindrical-coordinate representation of color #33420A: hue angle of 76.07º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33420A is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 66 10 -
CMYK 0.23 0 0.85 0.74
HSL 76.07º 0.74% 0.15% -
HSV(B) 76.07º 0.85% 0.26% -
XYZ 3.37 4.62 1 -
YUV 55.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 51 66 10 0.23 0 0.85 0.74 76.07 0.74 0.15
Hex 33 42 A 17 0 55 4A 4C 4A F
Octal 63 102 12 27 0 125 112 114 112 17
Binary 110011 1000010 1010 10111 0 1010101 1001010 1001100 1001010 1111

Color Harmonies of #33420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33420A

Black with #33420A

Text Example


Text Example

White with #33420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33420A; }

 p { color: rgb(51,66,10); }

 H1.HeaderClassName
 {
   color: #33420A;
 }
 .AnyTagClassName
 {
   color: #33420A;
 }
</style>

background-color css

<style>
 a { background-color: #33420A; }

 a { background-color: rgb(51,66,10); }

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

border-color css

<style>
 span { border-color: #33420A; }

 span { border-color: rgb(51,66,10); }

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