Html Css Color HEX #344201 Turtle Green

📋 copy color: '#344201'

red 52 ◦ green 66 ◦ blue 1

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

Shades of Turtle Green #344201

Tints of Turtle Green #344201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 55.46%

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

R = 43.7%
G = 55.46%
B = 0.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#344201 (or 0x344201) is known color: Turtle Green. HEX triplet: 34, 42 and 01. RGB value is (52,66,1). Sum of RGB (Red+Green+Blue) = 52+66+1=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #344201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344201 is #CBBDFE. Grayscale: #363636. Windows color (decimal): -13352447 or 82484. OLE color: 82484.

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

Color convert

RGB 52 66 1 -
CMYK 0.21 0 0.98 0.74
HSL 72.92º 0.97% 0.13% -
HSV(B) 72.92º 0.98% 0.26% -
XYZ 3.37 4.63 0.74 -
YUV 54.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 52 66 1 0.21 0 0.98 0.74 72.92 0.97 0.13
Hex 34 42 1 15 0 62 4A 49 61 D
Octal 64 102 1 25 0 142 112 111 141 15
Binary 110100 1000010 1 10101 0 1100010 1001010 1001001 1100001 1101

Color Harmonies of #344201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344201

Black with #344201

Text Example


Text Example

White with #344201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344201; }

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

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

background-color css

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

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

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

border-color css

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

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

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