Html Css Color HEX #0A5428 Crusoe

📋 copy color: '#0A5428'

red 10 ◦ green 84 ◦ blue 40

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

Shades of Crusoe #0A5428

Tints of Crusoe #0A5428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 62.69%

 BLUE value IS 40 (16.02% from 255) = 29.85%

R = 7.46%
G = 62.69%
B = 29.85%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#0A5428 (or 0x0A5428) is known color: Crusoe. HEX triplet: 0A, 54 and 28. RGB value is (10,84,40). Sum of RGB (Red+Green+Blue) = 10+84+40=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 84 (33.20% from 255 or 62.69% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5428 is #F5ABD7. Grayscale: #383838. Windows color (decimal): -16100312 or 2642954. OLE color: 2642954.

HSL color Cylindrical-coordinate representation of color #0A5428: hue angle of 144.32º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5428 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 84 40 -
CMYK 0.88 0 0.52 0.67
HSL 144.32º 0.79% 0.18% -
HSV(B) 144.32º 0.88% 0.33% -
XYZ 3.68 6.56 3.08 -
YUV 56.86 118.48 94.58 -
System Red Green Blue C M Y K H S L
Decimal 10 84 40 0.88 0 0.52 0.67 144.32 0.79 0.18
Hex A 54 28 58 0 34 43 90 4F 12
Octal 12 124 50 130 0 64 103 220 117 22
Binary 1010 1010100 101000 1011000 0 110100 1000011 10010000 1001111 10010

Color Harmonies of #0A5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5428

Black with #0A5428

Text Example


Text Example

White with #0A5428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,84,40); }

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

background-color css

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

 a { background-color: rgb(10,84,40); }

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

border-color css

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

 span { border-color: rgb(10,84,40); }

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