Html Css Color HEX #0A3426 Dark Green

📋 copy color: '#0A3426'

red 10 ◦ green 52 ◦ blue 38

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

Shades of Dark Green #0A3426

Tints of Dark Green #0A3426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 52%

 BLUE value IS 38 (15.23% from 255) = 38%

R = 10%
G = 52%
B = 38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#0A3426 (or 0x0A3426) is known color: Dark Green. HEX triplet: 0A, 34 and 26. RGB value is (10,52,38). Sum of RGB (Red+Green+Blue) = 10+52+38=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 38 (15.23% from 255 or 38% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #0A3426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3426 is #F5CBD9. Grayscale: #252525. Windows color (decimal): -16108506 or 2503690. OLE color: 2503690.

HSL color Cylindrical-coordinate representation of color #0A3426: hue angle of 160º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A3426 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB 10 52 38 -
CMYK 0.81 0 0.27 0.80
HSL 160º 0.68% 0.12% -
HSV(B) 160º 0.81% 0.2% -
XYZ 1.7 2.66 2.26 -
YUV 37.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 10 52 38 0.81 0 0.27 0.80 160 0.68 0.12
Hex A 34 26 51 0 1B 50 A0 44 C
Octal 12 64 46 121 0 33 120 240 104 14
Binary 1010 110100 100110 1010001 0 11011 1010000 10100000 1000100 1100

Color Harmonies of #0A3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3426

Black with #0A3426

Text Example


Text Example

White with #0A3426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,52,38); }

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

background-color css

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

 a { background-color: rgb(10,52,38); }

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

border-color css

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

 span { border-color: rgb(10,52,38); }

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