Html Css Color HEX #343B00 Turtle Green

📋 copy color: '#343B00'

red 52 ◦ green 59 ◦ blue 0

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

Shades of Turtle Green #343B00

Tints of Turtle Green #343B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 53.15%

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

R = 46.85%
G = 53.15%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.77

RGB Variations

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

Color information

#343B00 (or 0x343B00) is known color: Turtle Green. HEX triplet: 34, 3B and 00. RGB value is (52,59,0). Sum of RGB (Red+Green+Blue) = 52+59+0=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 59 (23.44% from 255 or 53.15% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 59 - color contains mainly: green. Hex color #343B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343B00 is #CBC4FF. Grayscale: #323232. Windows color (decimal): -13354240 or 15156. OLE color: 15156.

HSL color Cylindrical-coordinate representation of color #343B00: hue angle of 67.12º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #343B00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 59 0 -
CMYK 0.12 0 1 0.77
HSL 67.12º 1% 0.12% -
HSV(B) 67.12º 1% 0.23% -
XYZ 2.98 3.86 0.59 -
YUV 50.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 52 59 0 0.12 0 1 0.77 67.12 1 0.12
Hex 34 3B 0 C 0 64 4D 43 64 C
Octal 64 73 0 14 0 144 115 103 144 14
Binary 110100 111011 0 1100 0 1100100 1001101 1000011 1100100 1100

Color Harmonies of #343B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B00

Black with #343B00

Text Example


Text Example

White with #343B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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