Html Css Color HEX #343A25 Turtle Green

📋 copy color: '#343A25'

red 52 ◦ green 58 ◦ blue 37

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

Shades of Turtle Green #343A25

Tints of Turtle Green #343A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.17%

R = 35.37%
G = 39.46%
B = 25.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.77

RGB Variations

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

Color information

#343A25 (or 0x343A25) is known color: Turtle Green. HEX triplet: 34, 3A and 25. RGB value is (52,58,37). Sum of RGB (Red+Green+Blue) = 52+58+37=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 58 - color contains mainly: green. Hex color #343A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A25 is #CBC5DA. Grayscale: #353535. Windows color (decimal): -13354459 or 2439732. OLE color: 2439732.

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

Color convert

RGB 52 58 37 -
CMYK 0.10 0 0.36 0.77
HSL 77.14º 0.22% 0.19% -
HSV(B) 77.14º 0.36% 0.23% -
XYZ 3.26 3.89 2.33 -
YUV 53.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 52 58 37 0.10 0 0.36 0.77 77.14 0.22 0.19
Hex 34 3A 25 A 0 24 4D 4D 16 13
Octal 64 72 45 12 0 44 115 115 26 23
Binary 110100 111010 100101 1010 0 100100 1001101 1001101 10110 10011

Color Harmonies of #343A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343A25

Black with #343A25

Text Example


Text Example

White with #343A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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