Html Css Color HEX #343A0B Turtle Green

📋 copy color: '#343A0B'

red 52 ◦ green 58 ◦ blue 11

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

Shades of Turtle Green #343A0B

Tints of Turtle Green #343A0B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 47.93%

 BLUE value IS 11 (4.69% from 255) = 9.09%

R = 42.98%
G = 47.93%
B = 9.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.77

RGB Variations

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

Color information

#343A0B (or 0x343A0B) is known color: Turtle Green. HEX triplet: 34, 3A and 0B. RGB value is (52,58,11). Sum of RGB (Red+Green+Blue) = 52+58+11=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #343A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343A0B is #CBC5F4. Grayscale: #333333. Windows color (decimal): -13354485 or 735796. OLE color: 735796.

HSL color Cylindrical-coordinate representation of color #343A0B: hue angle of 67.66º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #343A0B is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 58 11 -
CMYK 0.10 0 0.81 0.77
HSL 67.66º 0.68% 0.14% -
HSV(B) 67.66º 0.81% 0.23% -
XYZ 2.99 3.78 0.89 -
YUV 50.85 105.51 128.82 -
System Red Green Blue C M Y K H S L
Decimal 52 58 11 0.10 0 0.81 0.77 67.66 0.68 0.14
Hex 34 3A B A 0 51 4D 44 44 E
Octal 64 72 13 12 0 121 115 104 104 16
Binary 110100 111010 1011 1010 0 1010001 1001101 1000100 1000100 1110

Color Harmonies of #343A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343A0B

Black with #343A0B

Text Example


Text Example

White with #343A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,58,11); }

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

background-color css

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

 a { background-color: rgb(52,58,11); }

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

border-color css

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

 span { border-color: rgb(52,58,11); }

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