Html Css Color HEX #334501 Turtle Green

📋 copy color: '#334501'

red 51 ◦ green 69 ◦ blue 1

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

Shades of Turtle Green #334501

Tints of Turtle Green #334501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.02%

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

R = 42.15%
G = 57.02%
B = 0.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#334501 (or 0x334501) is known color: Turtle Green. HEX triplet: 33, 45 and 01. RGB value is (51,69,1). Sum of RGB (Red+Green+Blue) = 51+69+1=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #334501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334501 is #CCBAFE. Grayscale: #383838. Windows color (decimal): -13417215 or 83251. OLE color: 83251.

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

Color convert

RGB 51 69 1 -
CMYK 0.26 0 0.99 0.73
HSL 75.88º 0.97% 0.14% -
HSV(B) 75.88º 0.99% 0.27% -
XYZ 3.5 4.96 0.8 -
YUV 55.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 51 69 1 0.26 0 0.99 0.73 75.88 0.97 0.14
Hex 33 45 1 1A 0 63 49 4C 61 E
Octal 63 105 1 32 0 143 111 114 141 16
Binary 110011 1000101 1 11010 0 1100011 1001001 1001100 1100001 1110

Color Harmonies of #334501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334501

Black with #334501

Text Example


Text Example

White with #334501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334501; }

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

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

background-color css

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

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

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

border-color css

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

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

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