Html Css Color HEX #3A451A Turtle Green

📋 copy color: '#3A451A'

red 58 ◦ green 69 ◦ blue 26

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

Shades of Turtle Green #3A451A

Tints of Turtle Green #3A451A

RGB

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

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

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

R = 37.91%
G = 45.1%
B = 16.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#3A451A (or 0x3A451A) is known color: Turtle Green. HEX triplet: 3A, 45 and 1A. RGB value is (58,69,26). Sum of RGB (Red+Green+Blue) = 58+69+26=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #3A451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A451A is #C5BAE5. Grayscale: #3C3C3C. Windows color (decimal): -12958438 or 1721658. OLE color: 1721658.

HSL color Cylindrical-coordinate representation of color #3A451A: hue angle of 75.35º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A451A is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 69 26 -
CMYK 0.16 0 0.62 0.73
HSL 75.35º 0.45% 0.19% -
HSV(B) 75.35º 0.62% 0.27% -
XYZ 4.06 5.23 1.77 -
YUV 60.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 58 69 26 0.16 0 0.62 0.73 75.35 0.45 0.19
Hex 3A 45 1A 10 0 3E 49 4B 2D 13
Octal 72 105 32 20 0 76 111 113 55 23
Binary 111010 1000101 11010 10000 0 111110 1001001 1001011 101101 10011

Color Harmonies of #3A451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A451A

Black with #3A451A

Text Example


Text Example

White with #3A451A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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