Html Css Color HEX #33460B Turtle Green

📋 copy color: '#33460B'

red 51 ◦ green 70 ◦ blue 11

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

Shades of Turtle Green #33460B

Tints of Turtle Green #33460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 53.03%

 BLUE value IS 11 (4.69% from 255) = 8.33%

R = 38.64%
G = 53.03%
B = 8.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#33460B (or 0x33460B) is known color: Turtle Green. HEX triplet: 33, 46 and 0B. RGB value is (51,70,11). Sum of RGB (Red+Green+Blue) = 51+70+11=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #33460B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33460B is #CCB9F4. Grayscale: #393939. Windows color (decimal): -13416949 or 738867. OLE color: 738867.

HSL color Cylindrical-coordinate representation of color #33460B: hue angle of 79.32º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33460B is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 70 11 -
CMYK 0.27 0 0.84 0.73
HSL 79.32º 0.73% 0.16% -
HSV(B) 79.32º 0.84% 0.27% -
XYZ 3.62 5.11 1.11 -
YUV 57.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 51 70 11 0.27 0 0.84 0.73 79.32 0.73 0.16
Hex 33 46 B 1B 0 54 49 4F 49 10
Octal 63 106 13 33 0 124 111 117 111 20
Binary 110011 1000110 1011 11011 0 1010100 1001001 1001111 1001001 10000

Color Harmonies of #33460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33460B

Black with #33460B

Text Example


Text Example

White with #33460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33460B; }

 p { color: rgb(51,70,11); }

 H1.HeaderClassName
 {
   color: #33460B;
 }
 .AnyTagClassName
 {
   color: #33460B;
 }
</style>

background-color css

<style>
 a { background-color: #33460B; }

 a { background-color: rgb(51,70,11); }

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

border-color css

<style>
 span { border-color: #33460B; }

 span { border-color: rgb(51,70,11); }

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