Html Css Color HEX #3A4100 Turtle Green

📋 copy color: '#3A4100'

red 58 ◦ green 65 ◦ blue 0

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

Shades of Turtle Green #3A4100

Tints of Turtle Green #3A4100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.15%
G = 52.85%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#3A4100 (or 0x3A4100) is known color: Turtle Green. HEX triplet: 3A, 41 and 00. RGB value is (58,65,0). Sum of RGB (Red+Green+Blue) = 58+65+0=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4100 is #C5BEFF. Grayscale: #373737. Windows color (decimal): -12959488 or 16698. OLE color: 16698.

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

Color convert

RGB 58 65 0 -
CMYK 0.11 0 1 0.75
HSL 66.46º 1% 0.13% -
HSV(B) 66.46º 1% 0.25% -
XYZ 3.64 4.68 0.71 -
YUV 55.5 96.68 129.79 -
System Red Green Blue C M Y K H S L
Decimal 58 65 0 0.11 0 1 0.75 66.46 1 0.13
Hex 3A 41 0 B 0 64 4B 42 64 D
Octal 72 101 0 13 0 144 113 102 144 15
Binary 111010 1000001 0 1011 0 1100100 1001011 1000010 1100100 1101

Color Harmonies of #3A4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4100

Black with #3A4100

Text Example


Text Example

White with #3A4100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,65,0); }

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

background-color css

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

 a { background-color: rgb(58,65,0); }

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

border-color css

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

 span { border-color: rgb(58,65,0); }

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