Html Css Color HEX #0A5C1E Crusoe

📋 copy color: '#0A5C1E'

red 10 ◦ green 92 ◦ blue 30

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

Shades of Crusoe #0A5C1E

Tints of Crusoe #0A5C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 69.7%

 BLUE value IS 30 (12.11% from 255) = 22.73%

R = 7.58%
G = 69.7%
B = 22.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#0A5C1E (or 0x0A5C1E) is known color: Crusoe. HEX triplet: 0A, 5C and 1E. RGB value is (10,92,30). Sum of RGB (Red+Green+Blue) = 10+92+30=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 92 (36.33% from 255 or 69.70% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 92 - color contains mainly: green. Hex color #0A5C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5C1E is #F5A3E1. Grayscale: #3C3C3C. Windows color (decimal): -16098274 or 1989642. OLE color: 1989642.

HSL color Cylindrical-coordinate representation of color #0A5C1E: hue angle of 134.63º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5C1E is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 92 30 -
CMYK 0.89 0 0.67 0.64
HSL 134.63º 0.8% 0.2% -
HSV(B) 134.63º 0.89% 0.36% -
XYZ 4.19 7.81 2.52 -
YUV 60.41 110.83 92.04 -
System Red Green Blue C M Y K H S L
Decimal 10 92 30 0.89 0 0.67 0.64 134.63 0.8 0.2
Hex A 5C 1E 59 0 43 40 87 50 14
Octal 12 134 36 131 0 103 100 207 120 24
Binary 1010 1011100 11110 1011001 0 1000011 1000000 10000111 1010000 10100

Color Harmonies of #0A5C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5C1E

Black with #0A5C1E

Text Example


Text Example

White with #0A5C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,92,30); }

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

background-color css

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

 a { background-color: rgb(10,92,30); }

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

border-color css

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

 span { border-color: rgb(10,92,30); }

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