Html Css Color HEX #343800 Turtle Green

📋 copy color: '#343800'

red 52 ◦ green 56 ◦ blue 0

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

Shades of Turtle Green #343800

Tints of Turtle Green #343800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.15%
G = 51.85%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#343800 (or 0x343800) is known color: Turtle Green. HEX triplet: 34, 38 and 00. RGB value is (52,56,0). Sum of RGB (Red+Green+Blue) = 52+56+0=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #343800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343800 is #CBC7FF. Grayscale: #303030. Windows color (decimal): -13355008 or 14388. OLE color: 14388.

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

Color convert

RGB 52 56 0 -
CMYK 0.07 0 1 0.78
HSL 64.29º 1% 0.11% -
HSV(B) 64.29º 1% 0.22% -
XYZ 2.83 3.56 0.54 -
YUV 48.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 52 56 0 0.07 0 1 0.78 64.29 1 0.11
Hex 34 38 0 7 0 64 4E 40 64 B
Octal 64 70 0 7 0 144 116 100 144 13
Binary 110100 111000 0 111 0 1100100 1001110 1000000 1100100 1011

Color Harmonies of #343800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343800

Black with #343800

Text Example


Text Example

White with #343800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343800; }

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

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

background-color css

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

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

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

border-color css

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

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

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