Html Css Color HEX #345011 Turtle Green

📋 copy color: '#345011'

red 52 ◦ green 80 ◦ blue 17

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

Shades of Turtle Green #345011

Tints of Turtle Green #345011

RGB

 RED value IS 52 (20.7% from 255) = 34.9%

 GREEN value IS 80 (31.64% from 255) = 53.69%

 BLUE value IS 17 (7.03% from 255) = 11.41%

R = 34.9%
G = 53.69%
B = 11.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#345011 (or 0x345011) is known color: Turtle Green. HEX triplet: 34, 50 and 11. RGB value is (52,80,17). Sum of RGB (Red+Green+Blue) = 52+80+17=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #345011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345011 is #CBAFEE. Grayscale: #404040. Windows color (decimal): -13348847 or 1134644. OLE color: 1134644.

HSL color Cylindrical-coordinate representation of color #345011: hue angle of 86.67º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345011 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 80 17 -
CMYK 0.35 0 0.79 0.69
HSL 86.67º 0.65% 0.19% -
HSV(B) 86.67º 0.79% 0.31% -
XYZ 4.39 6.51 1.56 -
YUV 64.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 52 80 17 0.35 0 0.79 0.69 86.67 0.65 0.19
Hex 34 50 11 23 0 4F 45 57 41 13
Octal 64 120 21 43 0 117 105 127 101 23
Binary 110100 1010000 10001 100011 0 1001111 1000101 1010111 1000001 10011

Color Harmonies of #345011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345011

Black with #345011

Text Example


Text Example

White with #345011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345011; }

 p { color: rgb(52,80,17); }

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

background-color css

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

 a { background-color: rgb(52,80,17); }

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

border-color css

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

 span { border-color: rgb(52,80,17); }

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