Html Css Color HEX #343719 Turtle Green

📋 copy color: '#343719'

red 52 ◦ green 55 ◦ blue 25

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

Shades of Turtle Green #343719

Tints of Turtle Green #343719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.67%

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

R = 39.39%
G = 41.67%
B = 18.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#343719 (or 0x343719) is known color: Turtle Green. HEX triplet: 34, 37 and 19. RGB value is (52,55,25). Sum of RGB (Red+Green+Blue) = 52+55+25=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #343719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343719 is #CBC8E6. Grayscale: #323232. Windows color (decimal): -13355239 or 1652532. OLE color: 1652532.

HSL color Cylindrical-coordinate representation of color #343719: hue angle of 66º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #343719 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 55 25 -
CMYK 0.05 0 0.55 0.78
HSL 66º 0.38% 0.16% -
HSV(B) 66º 0.55% 0.22% -
XYZ 2.96 3.53 1.45 -
YUV 50.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 52 55 25 0.05 0 0.55 0.78 66 0.38 0.16
Hex 34 37 19 5 0 37 4E 42 26 10
Octal 64 67 31 5 0 67 116 102 46 20
Binary 110100 110111 11001 101 0 110111 1001110 1000010 100110 10000

Color Harmonies of #343719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343719

Black with #343719

Text Example


Text Example

White with #343719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343719; }

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

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

background-color css

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

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

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

border-color css

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

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

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