Html Css Color HEX #333C14 Turtle Green

📋 copy color: '#333C14'

red 51 ◦ green 60 ◦ blue 20

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

Shades of Turtle Green #333C14

Tints of Turtle Green #333C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.27%

R = 38.93%
G = 45.8%
B = 15.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#333C14 (or 0x333C14) is known color: Turtle Green. HEX triplet: 33, 3C and 14. RGB value is (51,60,20). Sum of RGB (Red+Green+Blue) = 51+60+20=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 60 - color contains mainly: green. Hex color #333C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333C14 is #CCC3EB. Grayscale: #343434. Windows color (decimal): -13419500 or 1326131. OLE color: 1326131.

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

Color convert

RGB 51 60 20 -
CMYK 0.15 0 0.67 0.76
HSL 73.5º 0.5% 0.16% -
HSV(B) 73.5º 0.67% 0.24% -
XYZ 3.11 3.99 1.27 -
YUV 52.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 51 60 20 0.15 0 0.67 0.76 73.5 0.5 0.16
Hex 33 3C 14 F 0 43 4C 4A 32 10
Octal 63 74 24 17 0 103 114 112 62 20
Binary 110011 111100 10100 1111 0 1000011 1001100 1001010 110010 10000

Color Harmonies of #333C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333C14

Black with #333C14

Text Example


Text Example

White with #333C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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