Html Css Color HEX #343B10 Turtle Green

📋 copy color: '#343B10'

red 52 ◦ green 59 ◦ blue 16

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

Shades of Turtle Green #343B10

Tints of Turtle Green #343B10

RGB

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

 GREEN value IS 59 (23.44% from 255) = 46.46%

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

R = 40.94%
G = 46.46%
B = 12.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.77

RGB Variations

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

Color information

#343B10 (or 0x343B10) is known color: Turtle Green. HEX triplet: 34, 3B and 10. RGB value is (52,59,16). Sum of RGB (Red+Green+Blue) = 52+59+16=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 59 - color contains mainly: green. Hex color #343B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343B10 is #CBC4EF. Grayscale: #343434. Windows color (decimal): -13354224 or 1063732. OLE color: 1063732.

HSL color Cylindrical-coordinate representation of color #343B10: hue angle of 69.77º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #343B10 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 59 16 -
CMYK 0.12 0 0.73 0.77
HSL 69.77º 0.57% 0.15% -
HSV(B) 69.77º 0.73% 0.23% -
XYZ 3.07 3.9 1.08 -
YUV 52.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 52 59 16 0.12 0 0.73 0.77 69.77 0.57 0.15
Hex 34 3B 10 C 0 49 4D 46 39 F
Octal 64 73 20 14 0 111 115 106 71 17
Binary 110100 111011 10000 1100 0 1001001 1001101 1000110 111001 1111

Color Harmonies of #343B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B10

Black with #343B10

Text Example


Text Example

White with #343B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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