Html Css Color HEX #0A362E Dark Green

📋 copy color: '#0A362E'

red 10 ◦ green 54 ◦ blue 46

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

Shades of Dark Green #0A362E

Tints of Dark Green #0A362E

RGB

 RED value IS 10 (4.3% from 255) = 9.09%

 GREEN value IS 54 (21.48% from 255) = 49.09%

 BLUE value IS 46 (18.36% from 255) = 41.82%

R = 9.09%
G = 49.09%
B = 41.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#0A362E (or 0x0A362E) is known color: Dark Green. HEX triplet: 0A, 36 and 2E. RGB value is (10,54,46). Sum of RGB (Red+Green+Blue) = 10+54+46=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #0A362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A362E is #F5C9D1. Grayscale: #272727. Windows color (decimal): -16107986 or 3028490. OLE color: 3028490.

HSL color Cylindrical-coordinate representation of color #0A362E: hue angle of 169.09º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A362E is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 10 54 46 -
CMYK 0.81 0 0.15 0.79
HSL 169.09º 0.69% 0.13% -
HSV(B) 169.09º 0.81% 0.21% -
XYZ 1.94 2.9 3.04 -
YUV 39.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 10 54 46 0.81 0 0.15 0.79 169.09 0.69 0.13
Hex A 36 2E 51 0 F 4F A9 45 D
Octal 12 66 56 121 0 17 117 251 105 15
Binary 1010 110110 101110 1010001 0 1111 1001111 10101001 1000101 1101

Color Harmonies of #0A362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A362E

Black with #0A362E

Text Example


Text Example

White with #0A362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A362E; }

 p { color: rgb(10,54,46); }

 H1.HeaderClassName
 {
   color: #0A362E;
 }
 .AnyTagClassName
 {
   color: #0A362E;
 }
</style>

background-color css

<style>
 a { background-color: #0A362E; }

 a { background-color: rgb(10,54,46); }

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

border-color css

<style>
 span { border-color: #0A362E; }

 span { border-color: rgb(10,54,46); }

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