Html Css Color HEX #3A450C Turtle Green

📋 copy color: '#3A450C'

red 58 ◦ green 69 ◦ blue 12

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

Shades of Turtle Green #3A450C

Tints of Turtle Green #3A450C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.63%

R = 41.73%
G = 49.64%
B = 8.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#3A450C (or 0x3A450C) is known color: Turtle Green. HEX triplet: 3A, 45 and 0C. RGB value is (58,69,12). Sum of RGB (Red+Green+Blue) = 58+69+12=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #3A450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A450C is #C5BAF3. Grayscale: #3B3B3B. Windows color (decimal): -12958452 or 804154. OLE color: 804154.

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

Color convert

RGB 58 69 12 -
CMYK 0.16 0 0.83 0.73
HSL 71.58º 0.7% 0.16% -
HSV(B) 71.58º 0.83% 0.27% -
XYZ 3.94 5.18 1.14 -
YUV 59.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 58 69 12 0.16 0 0.83 0.73 71.58 0.7 0.16
Hex 3A 45 C 10 0 53 49 48 46 10
Octal 72 105 14 20 0 123 111 110 106 20
Binary 111010 1000101 1100 10000 0 1010011 1001001 1001000 1000110 10000

Color Harmonies of #3A450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A450C

Black with #3A450C

Text Example


Text Example

White with #3A450C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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