Html Css Color HEX #3A451F Turtle Green

📋 copy color: '#3A451F'

red 58 ◦ green 69 ◦ blue 31

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

Shades of Turtle Green #3A451F

Tints of Turtle Green #3A451F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.62%

R = 36.71%
G = 43.67%
B = 19.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#3A451F (or 0x3A451F) is known color: Turtle Green. HEX triplet: 3A, 45 and 1F. RGB value is (58,69,31). Sum of RGB (Red+Green+Blue) = 58+69+31=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 69 - color contains mainly: green. Hex color #3A451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A451F is #C5BAE0. Grayscale: #3D3D3D. Windows color (decimal): -12958433 or 2049338. OLE color: 2049338.

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

Color convert

RGB 58 69 31 -
CMYK 0.16 0 0.55 0.73
HSL 77.37º 0.38% 0.2% -
HSV(B) 77.37º 0.55% 0.27% -
XYZ 4.12 5.25 2.09 -
YUV 61.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 58 69 31 0.16 0 0.55 0.73 77.37 0.38 0.2
Hex 3A 45 1F 10 0 37 49 4D 26 14
Octal 72 105 37 20 0 67 111 115 46 24
Binary 111010 1000101 11111 10000 0 110111 1001001 1001101 100110 10100

Color Harmonies of #3A451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A451F

Black with #3A451F

Text Example


Text Example

White with #3A451F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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