Html Css Color HEX #334901 Turtle Green

📋 copy color: '#334901'

red 51 ◦ green 73 ◦ blue 1

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

Shades of Turtle Green #334901

Tints of Turtle Green #334901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 58.4%

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

R = 40.8%
G = 58.4%
B = 0.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#334901 (or 0x334901) is known color: Turtle Green. HEX triplet: 33, 49 and 01. RGB value is (51,73,1). Sum of RGB (Red+Green+Blue) = 51+73+1=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #334901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334901 is #CCB6FE. Grayscale: #3A3A3A. Windows color (decimal): -13416191 or 84275. OLE color: 84275.

HSL color Cylindrical-coordinate representation of color #334901: hue angle of 78.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #334901 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 73 1 -
CMYK 0.30 0 0.99 0.71
HSL 78.33º 0.97% 0.15% -
HSV(B) 78.33º 0.99% 0.29% -
XYZ 3.75 5.47 0.89 -
YUV 58.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 51 73 1 0.30 0 0.99 0.71 78.33 0.97 0.15
Hex 33 49 1 1E 0 63 47 4E 61 F
Octal 63 111 1 36 0 143 107 116 141 17
Binary 110011 1001001 1 11110 0 1100011 1000111 1001110 1100001 1111

Color Harmonies of #334901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334901

Black with #334901

Text Example


Text Example

White with #334901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334901; }

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

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

background-color css

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

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

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

border-color css

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

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

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