Html Css Color HEX #33480A Turtle Green

📋 copy color: '#33480A'

red 51 ◦ green 72 ◦ blue 10

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

Shades of Turtle Green #33480A

Tints of Turtle Green #33480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.14%

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

R = 38.35%
G = 54.14%
B = 7.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#33480A (or 0x33480A) is known color: Turtle Green. HEX triplet: 33, 48 and 0A. RGB value is (51,72,10). Sum of RGB (Red+Green+Blue) = 51+72+10=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #33480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33480A is #CCB7F5. Grayscale: #3A3A3A. Windows color (decimal): -13416438 or 673843. OLE color: 673843.

HSL color Cylindrical-coordinate representation of color #33480A: hue angle of 80.32º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33480A is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 72 10 -
CMYK 0.29 0 0.86 0.72
HSL 80.32º 0.76% 0.16% -
HSV(B) 80.32º 0.86% 0.28% -
XYZ 3.74 5.36 1.12 -
YUV 58.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 51 72 10 0.29 0 0.86 0.72 80.32 0.76 0.16
Hex 33 48 A 1D 0 56 48 50 4C 10
Octal 63 110 12 35 0 126 110 120 114 20
Binary 110011 1001000 1010 11101 0 1010110 1001000 1010000 1001100 10000

Color Harmonies of #33480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33480A

Black with #33480A

Text Example


Text Example

White with #33480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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