Html Css Color HEX #3A4501 Turtle Green

📋 copy color: '#3A4501'

red 58 ◦ green 69 ◦ blue 1

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

Shades of Turtle Green #3A4501

Tints of Turtle Green #3A4501

RGB

 RED value IS 58 (23.05% from 255) = 45.31%

 GREEN value IS 69 (27.34% from 255) = 53.91%

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

R = 45.31%
G = 53.91%
B = 0.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#3A4501 (or 0x3A4501) is known color: Turtle Green. HEX triplet: 3A, 45 and 01. RGB value is (58,69,1). Sum of RGB (Red+Green+Blue) = 58+69+1=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4501 is #C5BAFE. Grayscale: #3A3A3A. Windows color (decimal): -12958463 or 83258. OLE color: 83258.

HSL color Cylindrical-coordinate representation of color #3A4501: hue angle of 69.71º 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 #3A4501 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 69 1 -
CMYK 0.16 0 0.99 0.73
HSL 69.71º 0.97% 0.14% -
HSV(B) 69.71º 0.99% 0.27% -
XYZ 3.88 5.16 0.82 -
YUV 57.96 95.86 128.03 -
System Red Green Blue C M Y K H S L
Decimal 58 69 1 0.16 0 0.99 0.73 69.71 0.97 0.14
Hex 3A 45 1 10 0 63 49 46 61 E
Octal 72 105 1 20 0 143 111 106 141 16
Binary 111010 1000101 1 10000 0 1100011 1001001 1000110 1100001 1110

Color Harmonies of #3A4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4501

Black with #3A4501

Text Example


Text Example

White with #3A4501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4501; }

 p { color: rgb(58,69,1); }

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

background-color css

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

 a { background-color: rgb(58,69,1); }

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

border-color css

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

 span { border-color: rgb(58,69,1); }

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