Html Css Color HEX #343F14 Turtle Green

📋 copy color: '#343F14'

red 52 ◦ green 63 ◦ blue 20

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

Shades of Turtle Green #343F14

Tints of Turtle Green #343F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.81%

R = 38.52%
G = 46.67%
B = 14.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#343F14 (or 0x343F14) is known color: Turtle Green. HEX triplet: 34, 3F and 14. RGB value is (52,63,20). Sum of RGB (Red+Green+Blue) = 52+63+20=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 63 - color contains mainly: green. Hex color #343F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343F14 is #CBC0EB. Grayscale: #363636. Windows color (decimal): -13353196 or 1326900. OLE color: 1326900.

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

Color convert

RGB 52 63 20 -
CMYK 0.17 0 0.68 0.75
HSL 75.35º 0.52% 0.16% -
HSV(B) 75.35º 0.68% 0.25% -
XYZ 3.32 4.34 1.32 -
YUV 54.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 52 63 20 0.17 0 0.68 0.75 75.35 0.52 0.16
Hex 34 3F 14 11 0 44 4B 4B 34 10
Octal 64 77 24 21 0 104 113 113 64 20
Binary 110100 111111 10100 10001 0 1000100 1001011 1001011 110100 10000

Color Harmonies of #343F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F14

Black with #343F14

Text Example


Text Example

White with #343F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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