Html Css Color HEX #33400A Turtle Green

📋 copy color: '#33400A'

red 51 ◦ green 64 ◦ blue 10

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

Shades of Turtle Green #33400A

Tints of Turtle Green #33400A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 51.2%

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

R = 40.8%
G = 51.2%
B = 8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#33400A (or 0x33400A) is known color: Turtle Green. HEX triplet: 33, 40 and 0A. RGB value is (51,64,10). Sum of RGB (Red+Green+Blue) = 51+64+10=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #33400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33400A is #CCBFF5. Grayscale: #363636. Windows color (decimal): -13418486 or 671795. OLE color: 671795.

HSL color Cylindrical-coordinate representation of color #33400A: hue angle of 74.44º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33400A is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 64 10 -
CMYK 0.20 0 0.84 0.75
HSL 74.44º 0.73% 0.15% -
HSV(B) 74.44º 0.84% 0.25% -
XYZ 3.25 4.39 0.96 -
YUV 53.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 51 64 10 0.20 0 0.84 0.75 74.44 0.73 0.15
Hex 33 40 A 14 0 54 4B 4A 49 F
Octal 63 100 12 24 0 124 113 112 111 17
Binary 110011 1000000 1010 10100 0 1010100 1001011 1001010 1001001 1111

Color Harmonies of #33400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33400A

Black with #33400A

Text Example


Text Example

White with #33400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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