Html Css Color HEX #334105 Turtle Green

📋 copy color: '#334105'

red 51 ◦ green 65 ◦ blue 5

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

Shades of Turtle Green #334105

Tints of Turtle Green #334105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.13%

R = 42.15%
G = 53.72%
B = 4.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#334105 (or 0x334105) is known color: Turtle Green. HEX triplet: 33, 41 and 05. RGB value is (51,65,5). Sum of RGB (Red+Green+Blue) = 51+65+5=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #334105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334105 is #CCBEFA. Grayscale: #363636. Windows color (decimal): -13418235 or 344371. OLE color: 344371.

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

Color convert

RGB 51 65 5 -
CMYK 0.22 0 0.92 0.75
HSL 74º 0.86% 0.14% -
HSV(B) 74º 0.92% 0.25% -
XYZ 3.28 4.5 0.84 -
YUV 53.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 51 65 5 0.22 0 0.92 0.75 74 0.86 0.14
Hex 33 41 5 16 0 5C 4B 4A 56 E
Octal 63 101 5 26 0 134 113 112 126 16
Binary 110011 1000001 101 10110 0 1011100 1001011 1001010 1010110 1110

Color Harmonies of #334105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334105

Black with #334105

Text Example


Text Example

White with #334105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334105; }

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

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

background-color css

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

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

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

border-color css

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

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

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