Html Css Color HEX #343F15 Turtle Green

📋 copy color: '#343F15'

red 52 ◦ green 63 ◦ blue 21

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

Shades of Turtle Green #343F15

Tints of Turtle Green #343F15

RGB

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

 GREEN value IS 63 (25% from 255) = 46.32%

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 38.24%
G = 46.32%
B = 15.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#343F15 (or 0x343F15) is known color: Turtle Green. HEX triplet: 34, 3F and 15. RGB value is (52,63,21). Sum of RGB (Red+Green+Blue) = 52+63+21=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 63 - color contains mainly: green. Hex color #343F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343F15 is #CBC0EA. Grayscale: #373737. Windows color (decimal): -13353195 or 1392436. OLE color: 1392436.

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

Color convert

RGB 52 63 21 -
CMYK 0.17 0 0.67 0.75
HSL 75.71º 0.5% 0.16% -
HSV(B) 75.71º 0.67% 0.25% -
XYZ 3.33 4.34 1.37 -
YUV 54.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 52 63 21 0.17 0 0.67 0.75 75.71 0.5 0.16
Hex 34 3F 15 11 0 43 4B 4C 32 10
Octal 64 77 25 21 0 103 113 114 62 20
Binary 110100 111111 10101 10001 0 1000011 1001011 1001100 110010 10000

Color Harmonies of #343F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F15

Black with #343F15

Text Example


Text Example

White with #343F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,63,21); }

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

background-color css

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

 a { background-color: rgb(52,63,21); }

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

border-color css

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

 span { border-color: rgb(52,63,21); }

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