Html Css Color HEX #344701 Turtle Green

📋 copy color: '#344701'

red 52 ◦ green 71 ◦ blue 1

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

Shades of Turtle Green #344701

Tints of Turtle Green #344701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 57.26%

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

R = 41.94%
G = 57.26%
B = 0.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#344701 (or 0x344701) is known color: Turtle Green. HEX triplet: 34, 47 and 01. RGB value is (52,71,1). Sum of RGB (Red+Green+Blue) = 52+71+1=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #344701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344701 is #CBB8FE. Grayscale: #393939. Windows color (decimal): -13351167 or 83764. OLE color: 83764.

HSL color Cylindrical-coordinate representation of color #344701: hue angle of 76.29º 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 #344701 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 71 1 -
CMYK 0.27 0 0.99 0.72
HSL 76.29º 0.97% 0.14% -
HSV(B) 76.29º 0.99% 0.28% -
XYZ 3.67 5.24 0.85 -
YUV 57.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 52 71 1 0.27 0 0.99 0.72 76.29 0.97 0.14
Hex 34 47 1 1B 0 63 48 4C 61 E
Octal 64 107 1 33 0 143 110 114 141 16
Binary 110100 1000111 1 11011 0 1100011 1001000 1001100 1100001 1110

Color Harmonies of #344701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344701

Black with #344701

Text Example


Text Example

White with #344701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344701; }

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

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

background-color css

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

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

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

border-color css

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

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

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