Html Css Color HEX #333C0E Turtle Green

📋 copy color: '#333C0E'

red 51 ◦ green 60 ◦ blue 14

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

Shades of Turtle Green #333C0E

Tints of Turtle Green #333C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 48%

 BLUE value IS 14 (5.86% from 255) = 11.2%

R = 40.8%
G = 48%
B = 11.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.76

RGB Variations

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

Color information

#333C0E (or 0x333C0E) is known color: Turtle Green. HEX triplet: 33, 3C and 0E. RGB value is (51,60,14). Sum of RGB (Red+Green+Blue) = 51+60+14=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 60 - color contains mainly: green. Hex color #333C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333C0E is #CCC3F1. Grayscale: #343434. Windows color (decimal): -13419506 or 932915. OLE color: 932915.

HSL color Cylindrical-coordinate representation of color #333C0E: hue angle of 71.74º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #333C0E is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 60 14 -
CMYK 0.15 0 0.77 0.76
HSL 71.74º 0.62% 0.15% -
HSV(B) 71.74º 0.77% 0.24% -
XYZ 3.06 3.97 1.02 -
YUV 52.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 51 60 14 0.15 0 0.77 0.76 71.74 0.62 0.15
Hex 33 3C E F 0 4D 4C 48 3E F
Octal 63 74 16 17 0 115 114 110 76 17
Binary 110011 111100 1110 1111 0 1001101 1001100 1001000 111110 1111

Color Harmonies of #333C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333C0E

Black with #333C0E

Text Example


Text Example

White with #333C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,60,14); }

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

background-color css

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

 a { background-color: rgb(51,60,14); }

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

border-color css

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

 span { border-color: rgb(51,60,14); }

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