Html Css Color HEX #3A411A Turtle Green

📋 copy color: '#3A411A'

red 58 ◦ green 65 ◦ blue 26

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

Shades of Turtle Green #3A411A

Tints of Turtle Green #3A411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.45%

R = 38.93%
G = 43.62%
B = 17.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#3A411A (or 0x3A411A) is known color: Turtle Green. HEX triplet: 3A, 41 and 1A. RGB value is (58,65,26). Sum of RGB (Red+Green+Blue) = 58+65+26=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #3A411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A411A is #C5BEE5. Grayscale: #3A3A3A. Windows color (decimal): -12959462 or 1720634. OLE color: 1720634.

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

Color convert

RGB 58 65 26 -
CMYK 0.11 0 0.60 0.75
HSL 70.77º 0.43% 0.18% -
HSV(B) 70.77º 0.6% 0.25% -
XYZ 3.82 4.75 1.69 -
YUV 58.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 58 65 26 0.11 0 0.60 0.75 70.77 0.43 0.18
Hex 3A 41 1A B 0 3C 4B 47 2B 12
Octal 72 101 32 13 0 74 113 107 53 22
Binary 111010 1000001 11010 1011 0 111100 1001011 1000111 101011 10010

Color Harmonies of #3A411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A411A

Black with #3A411A

Text Example


Text Example

White with #3A411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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