Html Css Color HEX #333914 Turtle Green

📋 copy color: '#333914'

red 51 ◦ green 57 ◦ blue 20

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

Shades of Turtle Green #333914

Tints of Turtle Green #333914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.53%

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

R = 39.84%
G = 44.53%
B = 15.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#333914 (or 0x333914) is known color: Turtle Green. HEX triplet: 33, 39 and 14. RGB value is (51,57,20). Sum of RGB (Red+Green+Blue) = 51+57+20=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #333914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333914 is #CCC6EB. Grayscale: #333333. Windows color (decimal): -13420268 or 1325363. OLE color: 1325363.

HSL color Cylindrical-coordinate representation of color #333914: hue angle of 69.73º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333914 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 57 20 -
CMYK 0.11 0 0.65 0.78
HSL 69.73º 0.48% 0.15% -
HSV(B) 69.73º 0.65% 0.22% -
XYZ 2.95 3.68 1.22 -
YUV 50.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 51 57 20 0.11 0 0.65 0.78 69.73 0.48 0.15
Hex 33 39 14 B 0 41 4E 46 30 F
Octal 63 71 24 13 0 101 116 106 60 17
Binary 110011 111001 10100 1011 0 1000001 1001110 1000110 110000 1111

Color Harmonies of #333914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333914

Black with #333914

Text Example


Text Example

White with #333914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333914; }

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

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

background-color css

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

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

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

border-color css

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

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

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