Html Css Color HEX #344C00 Turtle Green

📋 copy color: '#344C00'

red 52 ◦ green 76 ◦ blue 0

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

Shades of Turtle Green #344C00

Tints of Turtle Green #344C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 59.38%

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

R = 40.63%
G = 59.38%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.70

RGB Variations

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

Color information

#344C00 (or 0x344C00) is known color: Turtle Green. HEX triplet: 34, 4C and 00. RGB value is (52,76,0). Sum of RGB (Red+Green+Blue) = 52+76+0=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #344C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344C00 is #CBB3FF. Grayscale: #3C3C3C. Windows color (decimal): -13349888 or 19508. OLE color: 19508.

HSL color Cylindrical-coordinate representation of color #344C00: hue angle of 78.95º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #344C00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 76 0 -
CMYK 0.32 0 1 0.70
HSL 78.95º 1% 0.15% -
HSV(B) 78.95º 1% 0.3% -
XYZ 4 5.9 0.93 -
YUV 60.16 94.05 122.18 -
System Red Green Blue C M Y K H S L
Decimal 52 76 0 0.32 0 1 0.70 78.95 1 0.15
Hex 34 4C 0 20 0 64 46 4F 64 F
Octal 64 114 0 40 0 144 106 117 144 17
Binary 110100 1001100 0 100000 0 1100100 1000110 1001111 1100100 1111

Color Harmonies of #344C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C00

Black with #344C00

Text Example


Text Example

White with #344C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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