Html Css Color HEX #334201 Turtle Green

📋 copy color: '#334201'

red 51 ◦ green 66 ◦ blue 1

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

Shades of Turtle Green #334201

Tints of Turtle Green #334201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 55.93%

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

R = 43.22%
G = 55.93%
B = 0.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#334201 (or 0x334201) is known color: Turtle Green. HEX triplet: 33, 42 and 01. RGB value is (51,66,1). Sum of RGB (Red+Green+Blue) = 51+66+1=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #334201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334201 is #CCBDFE. Grayscale: #363636. Windows color (decimal): -13417983 or 82483. OLE color: 82483.

HSL color Cylindrical-coordinate representation of color #334201: hue angle of 73.85º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #334201 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 66 1 -
CMYK 0.23 0 0.98 0.74
HSL 73.85º 0.97% 0.13% -
HSV(B) 73.85º 0.98% 0.26% -
XYZ 3.32 4.6 0.74 -
YUV 54.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 51 66 1 0.23 0 0.98 0.74 73.85 0.97 0.13
Hex 33 42 1 17 0 62 4A 4A 61 D
Octal 63 102 1 27 0 142 112 112 141 15
Binary 110011 1000010 1 10111 0 1100010 1001010 1001010 1100001 1101

Color Harmonies of #334201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334201

Black with #334201

Text Example


Text Example

White with #334201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334201; }

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

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

background-color css

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

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

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

border-color css

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

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

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