Html Css Color HEX #344010 Turtle Green

📋 copy color: '#344010'

red 52 ◦ green 64 ◦ blue 16

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

Shades of Turtle Green #344010

Tints of Turtle Green #344010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.48%

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 39.39%
G = 48.48%
B = 12.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#344010 (or 0x344010) is known color: Turtle Green. HEX triplet: 34, 40 and 10. RGB value is (52,64,16). Sum of RGB (Red+Green+Blue) = 52+64+16=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #344010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344010 is #CBBFEF. Grayscale: #373737. Windows color (decimal): -13352944 or 1065012. OLE color: 1065012.

HSL color Cylindrical-coordinate representation of color #344010: hue angle of 75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344010 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 64 16 -
CMYK 0.19 0 0.75 0.75
HSL 75º 0.6% 0.16% -
HSV(B) 75º 0.75% 0.25% -
XYZ 3.34 4.43 1.17 -
YUV 54.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 52 64 16 0.19 0 0.75 0.75 75 0.6 0.16
Hex 34 40 10 13 0 4B 4B 4B 3C 10
Octal 64 100 20 23 0 113 113 113 74 20
Binary 110100 1000000 10000 10011 0 1001011 1001011 1001011 111100 10000

Color Harmonies of #344010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344010

Black with #344010

Text Example


Text Example

White with #344010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344010; }

 p { color: rgb(52,64,16); }

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

background-color css

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

 a { background-color: rgb(52,64,16); }

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

border-color css

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

 span { border-color: rgb(52,64,16); }

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