Html Css Color HEX #345001 Turtle Green

📋 copy color: '#345001'

red 52 ◦ green 80 ◦ blue 1

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

Shades of Turtle Green #345001

Tints of Turtle Green #345001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 60.15%

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

R = 39.1%
G = 60.15%
B = 0.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#345001 (or 0x345001) is known color: Turtle Green. HEX triplet: 34, 50 and 01. RGB value is (52,80,1). Sum of RGB (Red+Green+Blue) = 52+80+1=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #345001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345001 is #CBAFFE. Grayscale: #3E3E3E. Windows color (decimal): -13348863 or 86068. OLE color: 86068.

HSL color Cylindrical-coordinate representation of color #345001: hue angle of 81.27º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #345001 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 80 1 -
CMYK 0.35 0 0.99 0.69
HSL 81.27º 0.98% 0.16% -
HSV(B) 81.27º 0.99% 0.31% -
XYZ 4.29 6.47 1.05 -
YUV 62.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 52 80 1 0.35 0 0.99 0.69 81.27 0.98 0.16
Hex 34 50 1 23 0 63 45 51 62 10
Octal 64 120 1 43 0 143 105 121 142 20
Binary 110100 1010000 1 100011 0 1100011 1000101 1010001 1100010 10000

Color Harmonies of #345001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345001

Black with #345001

Text Example


Text Example

White with #345001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345001; }

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

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

background-color css

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

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

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

border-color css

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

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

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