Html Css Color HEX #33410A Turtle Green

📋 copy color: '#33410A'

red 51 ◦ green 65 ◦ blue 10

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

Shades of Turtle Green #33410A

Tints of Turtle Green #33410A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.59%

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

R = 40.48%
G = 51.59%
B = 7.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#33410A (or 0x33410A) is known color: Turtle Green. HEX triplet: 33, 41 and 0A. RGB value is (51,65,10). Sum of RGB (Red+Green+Blue) = 51+65+10=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #33410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33410A is #CCBEF5. Grayscale: #363636. Windows color (decimal): -13418230 or 672051. OLE color: 672051.

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

Color convert

RGB 51 65 10 -
CMYK 0.22 0 0.85 0.75
HSL 75.27º 0.73% 0.15% -
HSV(B) 75.27º 0.85% 0.25% -
XYZ 3.31 4.51 0.98 -
YUV 54.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 51 65 10 0.22 0 0.85 0.75 75.27 0.73 0.15
Hex 33 41 A 16 0 55 4B 4B 49 F
Octal 63 101 12 26 0 125 113 113 111 17
Binary 110011 1000001 1010 10110 0 1010101 1001011 1001011 1001001 1111

Color Harmonies of #33410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33410A

Black with #33410A

Text Example


Text Example

White with #33410A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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