Html Css Color HEX #344901 Turtle Green

📋 copy color: '#344901'

red 52 ◦ green 73 ◦ blue 1

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

Shades of Turtle Green #344901

Tints of Turtle Green #344901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 57.94%

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

R = 41.27%
G = 57.94%
B = 0.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#344901 (or 0x344901) is known color: Turtle Green. HEX triplet: 34, 49 and 01. RGB value is (52,73,1). Sum of RGB (Red+Green+Blue) = 52+73+1=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #344901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344901 is #CBB6FE. Grayscale: #3A3A3A. Windows color (decimal): -13350655 or 84276. OLE color: 84276.

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

Color convert

RGB 52 73 1 -
CMYK 0.29 0 0.99 0.71
HSL 77.5º 0.97% 0.15% -
HSV(B) 77.5º 0.99% 0.29% -
XYZ 3.8 5.5 0.89 -
YUV 58.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 52 73 1 0.29 0 0.99 0.71 77.5 0.97 0.15
Hex 34 49 1 1D 0 63 47 4E 61 F
Octal 64 111 1 35 0 143 107 116 141 17
Binary 110100 1001001 1 11101 0 1100011 1000111 1001110 1100001 1111

Color Harmonies of #344901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344901

Black with #344901

Text Example


Text Example

White with #344901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344901; }

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

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

background-color css

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

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

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

border-color css

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

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

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