Html Css Color HEX #333F10 Turtle Green

📋 copy color: '#333F10'

red 51 ◦ green 63 ◦ blue 16

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

Shades of Turtle Green #333F10

Tints of Turtle Green #333F10

RGB

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

 GREEN value IS 63 (25% from 255) = 48.46%

 BLUE value IS 16 (6.64% from 255) = 12.31%

R = 39.23%
G = 48.46%
B = 12.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#333F10 (or 0x333F10) is known color: Turtle Green. HEX triplet: 33, 3F and 10. RGB value is (51,63,16). Sum of RGB (Red+Green+Blue) = 51+63+16=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 63 - color contains mainly: green. Hex color #333F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333F10 is #CCC0EF. Grayscale: #363636. Windows color (decimal): -13418736 or 1064755. OLE color: 1064755.

HSL color Cylindrical-coordinate representation of color #333F10: hue angle of 75.32º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #333F10 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 63 16 -
CMYK 0.19 0 0.75 0.75
HSL 75.32º 0.59% 0.15% -
HSV(B) 75.32º 0.75% 0.25% -
XYZ 3.24 4.3 1.15 -
YUV 54.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 51 63 16 0.19 0 0.75 0.75 75.32 0.59 0.15
Hex 33 3F 10 13 0 4B 4B 4B 3B F
Octal 63 77 20 23 0 113 113 113 73 17
Binary 110011 111111 10000 10011 0 1001011 1001011 1001011 111011 1111

Color Harmonies of #333F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F10

Black with #333F10

Text Example


Text Example

White with #333F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333F10; }

 p { color: rgb(51,63,16); }

 H1.HeaderClassName
 {
   color: #333F10;
 }
 .AnyTagClassName
 {
   color: #333F10;
 }
</style>

background-color css

<style>
 a { background-color: #333F10; }

 a { background-color: rgb(51,63,16); }

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

border-color css

<style>
 span { border-color: #333F10; }

 span { border-color: rgb(51,63,16); }

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