Html Css Color HEX #333401 Turtle Green

📋 copy color: '#333401'

red 51 ◦ green 52 ◦ blue 1

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

Shades of Turtle Green #333401

Tints of Turtle Green #333401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 50%

 BLUE value IS 1 (0.78% from 255) = 0.96%

R = 49.04%
G = 50%
B = 0.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#333401 (or 0x333401) is known color: Turtle Green. HEX triplet: 33, 34 and 01. RGB value is (51,52,1). Sum of RGB (Red+Green+Blue) = 51+52+1=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #333401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333401 is #CCCBFE. Grayscale: #2E2E2E. Windows color (decimal): -13421567 or 78899. OLE color: 78899.

HSL color Cylindrical-coordinate representation of color #333401: hue angle of 61.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #333401 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB 51 52 1 -
CMYK 0.02 0 0.98 0.80
HSL 61.18º 0.96% 0.1% -
HSV(B) 61.18º 0.98% 0.2% -
XYZ 2.6 3.16 0.5 -
YUV 45.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 51 52 1 0.02 0 0.98 0.80 61.18 0.96 0.1
Hex 33 34 1 2 0 62 50 3D 60 A
Octal 63 64 1 2 0 142 120 75 140 12
Binary 110011 110100 1 10 0 1100010 1010000 111101 1100000 1010

Color Harmonies of #333401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333401

Black with #333401

Text Example


Text Example

White with #333401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333401; }

 p { color: rgb(51,52,1); }

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

background-color css

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

 a { background-color: rgb(51,52,1); }

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

border-color css

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

 span { border-color: rgb(51,52,1); }

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