Html Css Color HEX #343814 Turtle Green

📋 copy color: '#343814'

red 52 ◦ green 56 ◦ blue 20

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

Shades of Turtle Green #343814

Tints of Turtle Green #343814

RGB

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

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

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

R = 40.63%
G = 43.75%
B = 15.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#343814 (or 0x343814) is known color: Turtle Green. HEX triplet: 34, 38 and 14. RGB value is (52,56,20). Sum of RGB (Red+Green+Blue) = 52+56+20=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #343814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343814 is #CBC7EB. Grayscale: #323232. Windows color (decimal): -13354988 or 1325108. OLE color: 1325108.

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

Color convert

RGB 52 56 20 -
CMYK 0.07 0 0.64 0.78
HSL 66.67º 0.47% 0.15% -
HSV(B) 66.67º 0.64% 0.22% -
XYZ 2.96 3.61 1.2 -
YUV 50.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 52 56 20 0.07 0 0.64 0.78 66.67 0.47 0.15
Hex 34 38 14 7 0 40 4E 43 2F F
Octal 64 70 24 7 0 100 116 103 57 17
Binary 110100 111000 10100 111 0 1000000 1001110 1000011 101111 1111

Color Harmonies of #343814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343814

Black with #343814

Text Example


Text Example

White with #343814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343814; }

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

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

background-color css

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

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

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

border-color css

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

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

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