Html Css Color HEX #344E00 Turtle Green

📋 copy color: '#344E00'

red 52 ◦ green 78 ◦ blue 0

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

Shades of Turtle Green #344E00

Tints of Turtle Green #344E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 60%

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

R = 40%
G = 60%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#344E00 (or 0x344E00) is known color: Turtle Green. HEX triplet: 34, 4E and 00. RGB value is (52,78,0). Sum of RGB (Red+Green+Blue) = 52+78+0=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 78 (30.86% from 255 or 60% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 78 - color contains mainly: green. Hex color #344E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344E00 is #CBB1FF. Grayscale: #3D3D3D. Windows color (decimal): -13349376 or 20020. OLE color: 20020.

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

Color convert

RGB 52 78 0 -
CMYK 0.33 0 1 0.69
HSL 80º 1% 0.15% -
HSV(B) 80º 1% 0.31% -
XYZ 4.14 6.18 0.97 -
YUV 61.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 52 78 0 0.33 0 1 0.69 80 1 0.15
Hex 34 4E 0 21 0 64 45 50 64 F
Octal 64 116 0 41 0 144 105 120 144 17
Binary 110100 1001110 0 100001 0 1100100 1000101 1010000 1100100 1111

Color Harmonies of #344E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E00

Black with #344E00

Text Example


Text Example

White with #344E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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