Html Css Color HEX #33410C Turtle Green

📋 copy color: '#33410C'

red 51 ◦ green 65 ◦ blue 12

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

Shades of Turtle Green #33410C

Tints of Turtle Green #33410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.38%

R = 39.84%
G = 50.78%
B = 9.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#33410C (or 0x33410C) is known color: Turtle Green. HEX triplet: 33, 41 and 0C. RGB value is (51,65,12). Sum of RGB (Red+Green+Blue) = 51+65+12=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #33410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33410C is #CCBEF3. Grayscale: #363636. Windows color (decimal): -13418228 or 803123. OLE color: 803123.

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

Color convert

RGB 51 65 12 -
CMYK 0.22 0 0.82 0.75
HSL 75.85º 0.69% 0.15% -
HSV(B) 75.85º 0.82% 0.25% -
XYZ 3.32 4.51 1.04 -
YUV 54.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 51 65 12 0.22 0 0.82 0.75 75.85 0.69 0.15
Hex 33 41 C 16 0 52 4B 4C 45 F
Octal 63 101 14 26 0 122 113 114 105 17
Binary 110011 1000001 1100 10110 0 1010010 1001011 1001100 1000101 1111

Color Harmonies of #33410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33410C

Black with #33410C

Text Example


Text Example

White with #33410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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