Html Css Color HEX #334104 Turtle Green

📋 copy color: '#334104'

red 51 ◦ green 65 ◦ blue 4

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

Shades of Turtle Green #334104

Tints of Turtle Green #334104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 54.17%

 BLUE value IS 4 (1.95% from 255) = 3.33%

R = 42.5%
G = 54.17%
B = 3.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#334104 (or 0x334104) is known color: Turtle Green. HEX triplet: 33, 41 and 04. RGB value is (51,65,4). Sum of RGB (Red+Green+Blue) = 51+65+4=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #334104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334104 is #CCBEFB. Grayscale: #363636. Windows color (decimal): -13418236 or 278835. OLE color: 278835.

HSL color Cylindrical-coordinate representation of color #334104: hue angle of 73.77º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #334104 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 65 4 -
CMYK 0.22 0 0.94 0.75
HSL 73.77º 0.88% 0.14% -
HSV(B) 73.77º 0.94% 0.25% -
XYZ 3.28 4.49 0.81 -
YUV 53.86 99.86 125.96 -
System Red Green Blue C M Y K H S L
Decimal 51 65 4 0.22 0 0.94 0.75 73.77 0.88 0.14
Hex 33 41 4 16 0 5E 4B 4A 58 E
Octal 63 101 4 26 0 136 113 112 130 16
Binary 110011 1000001 100 10110 0 1011110 1001011 1001010 1011000 1110

Color Harmonies of #334104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334104

Black with #334104

Text Example


Text Example

White with #334104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334104; }

 p { color: rgb(51,65,4); }

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

background-color css

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

 a { background-color: rgb(51,65,4); }

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

border-color css

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

 span { border-color: rgb(51,65,4); }

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