Html Css Color HEX #334701 Turtle Green

📋 copy color: '#334701'

red 51 ◦ green 71 ◦ blue 1

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

Shades of Turtle Green #334701

Tints of Turtle Green #334701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 57.72%

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

R = 41.46%
G = 57.72%
B = 0.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#334701 (or 0x334701) is known color: Turtle Green. HEX triplet: 33, 47 and 01. RGB value is (51,71,1). Sum of RGB (Red+Green+Blue) = 51+71+1=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #334701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334701 is #CCB8FE. Grayscale: #393939. Windows color (decimal): -13416703 or 83763. OLE color: 83763.

HSL color Cylindrical-coordinate representation of color #334701: hue angle of 77.14º 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 #334701 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 71 1 -
CMYK 0.28 0 0.99 0.72
HSL 77.14º 0.97% 0.14% -
HSV(B) 77.14º 0.99% 0.28% -
XYZ 3.62 5.21 0.84 -
YUV 57.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 51 71 1 0.28 0 0.99 0.72 77.14 0.97 0.14
Hex 33 47 1 1C 0 63 48 4D 61 E
Octal 63 107 1 34 0 143 110 115 141 16
Binary 110011 1000111 1 11100 0 1100011 1001000 1001101 1100001 1110

Color Harmonies of #334701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334701

Black with #334701

Text Example


Text Example

White with #334701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334701; }

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

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

background-color css

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

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

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

border-color css

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

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

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