Html Css Color HEX #343718 Turtle Green

📋 copy color: '#343718'

red 52 ◦ green 55 ◦ blue 24

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

Shades of Turtle Green #343718

Tints of Turtle Green #343718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.32%

R = 39.69%
G = 41.98%
B = 18.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#343718 (or 0x343718) is known color: Turtle Green. HEX triplet: 34, 37 and 18. RGB value is (52,55,24). Sum of RGB (Red+Green+Blue) = 52+55+24=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 55 - color contains mainly: green. Hex color #343718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343718 is #CBC8E7. Grayscale: #323232. Windows color (decimal): -13355240 or 1586996. OLE color: 1586996.

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

Color convert

RGB 52 55 24 -
CMYK 0.05 0 0.56 0.78
HSL 65.81º 0.39% 0.15% -
HSV(B) 65.81º 0.56% 0.22% -
XYZ 2.95 3.53 1.39 -
YUV 50.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 52 55 24 0.05 0 0.56 0.78 65.81 0.39 0.15
Hex 34 37 18 5 0 38 4E 42 27 F
Octal 64 67 30 5 0 70 116 102 47 17
Binary 110100 110111 11000 101 0 111000 1001110 1000010 100111 1111

Color Harmonies of #343718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343718

Black with #343718

Text Example


Text Example

White with #343718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343718; }

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

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

background-color css

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

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

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

border-color css

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

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

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