Html Css Color HEX #343A0C Turtle Green

📋 copy color: '#343A0C'

red 52 ◦ green 58 ◦ blue 12

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

Shades of Turtle Green #343A0C

Tints of Turtle Green #343A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.84%

R = 42.62%
G = 47.54%
B = 9.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.77

RGB Variations

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

Color information

#343A0C (or 0x343A0C) is known color: Turtle Green. HEX triplet: 34, 3A and 0C. RGB value is (52,58,12). Sum of RGB (Red+Green+Blue) = 52+58+12=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #343A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343A0C is #CBC5F3. Grayscale: #333333. Windows color (decimal): -13354484 or 801332. OLE color: 801332.

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

Color convert

RGB 52 58 12 -
CMYK 0.10 0 0.79 0.77
HSL 67.83º 0.66% 0.14% -
HSV(B) 67.83º 0.79% 0.23% -
XYZ 3 3.78 0.92 -
YUV 50.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 52 58 12 0.10 0 0.79 0.77 67.83 0.66 0.14
Hex 34 3A C A 0 4F 4D 44 42 E
Octal 64 72 14 12 0 117 115 104 102 16
Binary 110100 111010 1100 1010 0 1001111 1001101 1000100 1000010 1110

Color Harmonies of #343A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343A0C

Black with #343A0C

Text Example


Text Example

White with #343A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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