Html Css Color HEX #0A631A Crusoe

📋 copy color: '#0A631A'

red 10 ◦ green 99 ◦ blue 26

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

Shades of Crusoe #0A631A

Tints of Crusoe #0A631A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 73.33%

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 7.41%
G = 73.33%
B = 19.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#0A631A (or 0x0A631A) is known color: Crusoe. HEX triplet: 0A, 63 and 1A. RGB value is (10,99,26). Sum of RGB (Red+Green+Blue) = 10+99+26=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 99 (39.06% from 255 or 73.33% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 99 - color contains mainly: green. Hex color #0A631A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A631A is #F59CE5. Grayscale: #404040. Windows color (decimal): -16096486 or 1729290. OLE color: 1729290.

HSL color Cylindrical-coordinate representation of color #0A631A: hue angle of 130.79º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A631A is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 99 26 -
CMYK 0.90 0 0.74 0.61
HSL 130.79º 0.82% 0.21% -
HSV(B) 130.79º 0.9% 0.39% -
XYZ 4.77 9.06 2.47 -
YUV 64.07 106.51 89.44 -
System Red Green Blue C M Y K H S L
Decimal 10 99 26 0.90 0 0.74 0.61 130.79 0.82 0.21
Hex A 63 1A 5A 0 4A 3D 83 52 15
Octal 12 143 32 132 0 112 75 203 122 25
Binary 1010 1100011 11010 1011010 0 1001010 111101 10000011 1010010 10101

Color Harmonies of #0A631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A631A

Black with #0A631A

Text Example


Text Example

White with #0A631A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,99,26); }

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

background-color css

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

 a { background-color: rgb(10,99,26); }

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

border-color css

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

 span { border-color: rgb(10,99,26); }

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