Html Css Color HEX #343816 Turtle Green

📋 copy color: '#343816'

red 52 ◦ green 56 ◦ blue 22

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

Shades of Turtle Green #343816

Tints of Turtle Green #343816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.08%

 BLUE value IS 22 (8.98% from 255) = 16.92%

R = 40%
G = 43.08%
B = 16.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#343816 (or 0x343816) is known color: Turtle Green. HEX triplet: 34, 38 and 16. RGB value is (52,56,22). Sum of RGB (Red+Green+Blue) = 52+56+22=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #343816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343816 is #CBC7E9. Grayscale: #333333. Windows color (decimal): -13354986 or 1456180. OLE color: 1456180.

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

Color convert

RGB 52 56 22 -
CMYK 0.07 0 0.61 0.78
HSL 67.06º 0.44% 0.15% -
HSV(B) 67.06º 0.61% 0.22% -
XYZ 2.98 3.62 1.3 -
YUV 50.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 52 56 22 0.07 0 0.61 0.78 67.06 0.44 0.15
Hex 34 38 16 7 0 3D 4E 43 2C F
Octal 64 70 26 7 0 75 116 103 54 17
Binary 110100 111000 10110 111 0 111101 1001110 1000011 101100 1111

Color Harmonies of #343816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343816

Black with #343816

Text Example


Text Example

White with #343816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343816; }

 p { color: rgb(52,56,22); }

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

background-color css

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

 a { background-color: rgb(52,56,22); }

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

border-color css

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

 span { border-color: rgb(52,56,22); }

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