Html Css Color HEX #344801 Turtle Green

📋 copy color: '#344801'

red 52 ◦ green 72 ◦ blue 1

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

Shades of Turtle Green #344801

Tints of Turtle Green #344801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 57.6%

 BLUE value IS 1 (0.78% from 255) = 0.8%

R = 41.6%
G = 57.6%
B = 0.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#344801 (or 0x344801) is known color: Turtle Green. HEX triplet: 34, 48 and 01. RGB value is (52,72,1). Sum of RGB (Red+Green+Blue) = 52+72+1=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #344801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344801 is #CBB7FE. Grayscale: #3A3A3A. Windows color (decimal): -13350911 or 84020. OLE color: 84020.

HSL color Cylindrical-coordinate representation of color #344801: hue angle of 76.9º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #344801 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 72 1 -
CMYK 0.28 0 0.99 0.72
HSL 76.9º 0.97% 0.14% -
HSV(B) 76.9º 0.99% 0.28% -
XYZ 3.74 5.37 0.87 -
YUV 57.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 52 72 1 0.28 0 0.99 0.72 76.9 0.97 0.14
Hex 34 48 1 1C 0 63 48 4D 61 E
Octal 64 110 1 34 0 143 110 115 141 16
Binary 110100 1001000 1 11100 0 1100011 1001000 1001101 1100001 1110

Color Harmonies of #344801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344801

Black with #344801

Text Example


Text Example

White with #344801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344801; }

 p { color: rgb(52,72,1); }

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

background-color css

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

 a { background-color: rgb(52,72,1); }

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

border-color css

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

 span { border-color: rgb(52,72,1); }

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