Html Css Color HEX #343F19 Turtle Green

📋 copy color: '#343F19'

red 52 ◦ green 63 ◦ blue 25

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

Shades of Turtle Green #343F19

Tints of Turtle Green #343F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.86%

R = 37.14%
G = 45%
B = 17.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#343F19 (or 0x343F19) is known color: Turtle Green. HEX triplet: 34, 3F and 19. RGB value is (52,63,25). Sum of RGB (Red+Green+Blue) = 52+63+25=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 63 - color contains mainly: green. Hex color #343F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343F19 is #CBC0E6. Grayscale: #373737. Windows color (decimal): -13353191 or 1654580. OLE color: 1654580.

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

Color convert

RGB 52 63 25 -
CMYK 0.17 0 0.60 0.75
HSL 77.37º 0.43% 0.17% -
HSV(B) 77.37º 0.6% 0.25% -
XYZ 3.37 4.36 1.58 -
YUV 55.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 52 63 25 0.17 0 0.60 0.75 77.37 0.43 0.17
Hex 34 3F 19 11 0 3C 4B 4D 2B 11
Octal 64 77 31 21 0 74 113 115 53 21
Binary 110100 111111 11001 10001 0 111100 1001011 1001101 101011 10001

Color Harmonies of #343F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F19

Black with #343F19

Text Example


Text Example

White with #343F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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