Html Css Color HEX #344101 Turtle Green

📋 copy color: '#344101'

red 52 ◦ green 65 ◦ blue 1

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

Shades of Turtle Green #344101

Tints of Turtle Green #344101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 55.08%

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

R = 44.07%
G = 55.08%
B = 0.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#344101 (or 0x344101) is known color: Turtle Green. HEX triplet: 34, 41 and 01. RGB value is (52,65,1). Sum of RGB (Red+Green+Blue) = 52+65+1=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #344101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344101 is #CBBEFE. Grayscale: #363636. Windows color (decimal): -13352703 or 82228. OLE color: 82228.

HSL color Cylindrical-coordinate representation of color #344101: hue angle of 72.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #344101 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 65 1 -
CMYK 0.20 0 0.98 0.75
HSL 72.19º 0.97% 0.13% -
HSV(B) 72.19º 0.98% 0.25% -
XYZ 3.31 4.51 0.73 -
YUV 53.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 52 65 1 0.20 0 0.98 0.75 72.19 0.97 0.13
Hex 34 41 1 14 0 62 4B 48 61 D
Octal 64 101 1 24 0 142 113 110 141 15
Binary 110100 1000001 1 10100 0 1100010 1001011 1001000 1100001 1101

Color Harmonies of #344101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344101

Black with #344101

Text Example


Text Example

White with #344101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344101; }

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

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

background-color css

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

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

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

border-color css

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

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

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