Html Css Color HEX #344601 Turtle Green

📋 copy color: '#344601'

red 52 ◦ green 70 ◦ blue 1

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

Shades of Turtle Green #344601

Tints of Turtle Green #344601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56.91%

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

R = 42.28%
G = 56.91%
B = 0.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#344601 (or 0x344601) is known color: Turtle Green. HEX triplet: 34, 46 and 01. RGB value is (52,70,1). Sum of RGB (Red+Green+Blue) = 52+70+1=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #344601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344601 is #CBB9FE. Grayscale: #393939. Windows color (decimal): -13351423 or 83508. OLE color: 83508.

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

Color convert

RGB 52 70 1 -
CMYK 0.26 0 0.99 0.73
HSL 75.65º 0.97% 0.14% -
HSV(B) 75.65º 0.99% 0.27% -
XYZ 3.61 5.11 0.83 -
YUV 56.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 52 70 1 0.26 0 0.99 0.73 75.65 0.97 0.14
Hex 34 46 1 1A 0 63 49 4C 61 E
Octal 64 106 1 32 0 143 111 114 141 16
Binary 110100 1000110 1 11010 0 1100011 1001001 1001100 1100001 1110

Color Harmonies of #344601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344601

Black with #344601

Text Example


Text Example

White with #344601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344601; }

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

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

background-color css

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

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

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

border-color css

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

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

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