Html Css Color HEX #0A6328 Crusoe

📋 copy color: '#0A6328'

red 10 ◦ green 99 ◦ blue 40

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

Shades of Crusoe #0A6328

Tints of Crusoe #0A6328

RGB

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

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

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

R = 6.71%
G = 66.44%
B = 26.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#0A6328 (or 0x0A6328) is known color: Crusoe. HEX triplet: 0A, 63 and 28. RGB value is (10,99,40). Sum of RGB (Red+Green+Blue) = 10+99+40=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 99 (39.06% from 255 or 66.44% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6328 is #F59CD7. Grayscale: #414141. Windows color (decimal): -16096472 or 2646794. OLE color: 2646794.

HSL color Cylindrical-coordinate representation of color #0A6328: hue angle of 140.22º 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 #0A6328 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 99 40 -
CMYK 0.90 0 0.60 0.61
HSL 140.22º 0.82% 0.21% -
HSV(B) 140.22º 0.9% 0.39% -
XYZ 4.97 9.14 3.51 -
YUV 65.66 113.51 88.3 -
System Red Green Blue C M Y K H S L
Decimal 10 99 40 0.90 0 0.60 0.61 140.22 0.82 0.21
Hex A 63 28 5A 0 3C 3D 8C 52 15
Octal 12 143 50 132 0 74 75 214 122 25
Binary 1010 1100011 101000 1011010 0 111100 111101 10001100 1010010 10101

Color Harmonies of #0A6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6328

Black with #0A6328

Text Example


Text Example

White with #0A6328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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