Html Css Color HEX #333F0A Turtle Green

📋 copy color: '#333F0A'

red 51 ◦ green 63 ◦ blue 10

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

Shades of Turtle Green #333F0A

Tints of Turtle Green #333F0A

RGB

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

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

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

R = 41.13%
G = 50.81%
B = 8.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#333F0A (or 0x333F0A) is known color: Turtle Green. HEX triplet: 33, 3F and 0A. RGB value is (51,63,10). Sum of RGB (Red+Green+Blue) = 51+63+10=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #333F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333F0A is #CCC0F5. Grayscale: #353535. Windows color (decimal): -13418742 or 671539. OLE color: 671539.

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

Color convert

RGB 51 63 10 -
CMYK 0.19 0 0.84 0.75
HSL 73.58º 0.73% 0.14% -
HSV(B) 73.58º 0.84% 0.25% -
XYZ 3.2 4.28 0.94 -
YUV 53.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 51 63 10 0.19 0 0.84 0.75 73.58 0.73 0.14
Hex 33 3F A 13 0 54 4B 4A 49 E
Octal 63 77 12 23 0 124 113 112 111 16
Binary 110011 111111 1010 10011 0 1010100 1001011 1001010 1001001 1110

Color Harmonies of #333F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F0A

Black with #333F0A

Text Example


Text Example

White with #333F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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