Html Css Color HEX #334801 Turtle Green

📋 copy color: '#334801'

red 51 ◦ green 72 ◦ blue 1

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

Shades of Turtle Green #334801

Tints of Turtle Green #334801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 58.06%

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

R = 41.13%
G = 58.06%
B = 0.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#334801 (or 0x334801) is known color: Turtle Green. HEX triplet: 33, 48 and 01. RGB value is (51,72,1). Sum of RGB (Red+Green+Blue) = 51+72+1=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #334801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334801 is #CCB7FE. Grayscale: #393939. Windows color (decimal): -13416447 or 84019. OLE color: 84019.

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

Color convert

RGB 51 72 1 -
CMYK 0.29 0 0.99 0.72
HSL 77.75º 0.97% 0.14% -
HSV(B) 77.75º 0.99% 0.28% -
XYZ 3.69 5.34 0.87 -
YUV 57.63 96.04 123.27 -
System Red Green Blue C M Y K H S L
Decimal 51 72 1 0.29 0 0.99 0.72 77.75 0.97 0.14
Hex 33 48 1 1D 0 63 48 4E 61 E
Octal 63 110 1 35 0 143 110 116 141 16
Binary 110011 1001000 1 11101 0 1100011 1001000 1001110 1100001 1110

Color Harmonies of #334801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334801

Black with #334801

Text Example


Text Example

White with #334801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334801; }

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

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

background-color css

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

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

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

border-color css

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

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

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