Html Css Color HEX #33410F Turtle Green

📋 copy color: '#33410F'

red 51 ◦ green 65 ◦ blue 15

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

Shades of Turtle Green #33410F

Tints of Turtle Green #33410F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.45%

R = 38.93%
G = 49.62%
B = 11.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#33410F (or 0x33410F) is known color: Turtle Green. HEX triplet: 33, 41 and 0F. RGB value is (51,65,15). Sum of RGB (Red+Green+Blue) = 51+65+15=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #33410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33410F is #CCBEF0. Grayscale: #373737. Windows color (decimal): -13418225 or 999731. OLE color: 999731.

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

Color convert

RGB 51 65 15 -
CMYK 0.22 0 0.77 0.75
HSL 76.8º 0.63% 0.16% -
HSV(B) 76.8º 0.77% 0.25% -
XYZ 3.34 4.52 1.15 -
YUV 55.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 51 65 15 0.22 0 0.77 0.75 76.8 0.63 0.16
Hex 33 41 F 16 0 4D 4B 4D 3E 10
Octal 63 101 17 26 0 115 113 115 76 20
Binary 110011 1000001 1111 10110 0 1001101 1001011 1001101 111110 10000

Color Harmonies of #33410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33410F

Black with #33410F

Text Example


Text Example

White with #33410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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