Html Css Color HEX #0A641F Crusoe

📋 copy color: '#0A641F'

red 10 ◦ green 100 ◦ blue 31

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

Shades of Crusoe #0A641F

Tints of Crusoe #0A641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 70.92%

 BLUE value IS 31 (12.5% from 255) = 21.99%

R = 7.09%
G = 70.92%
B = 21.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#0A641F (or 0x0A641F) is known color: Crusoe. HEX triplet: 0A, 64 and 1F. RGB value is (10,100,31). Sum of RGB (Red+Green+Blue) = 10+100+31=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #0A641F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A641F is #F59BE0. Grayscale: #414141. Windows color (decimal): -16096225 or 2057226. OLE color: 2057226.

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

Color convert

RGB 10 100 31 -
CMYK 0.90 0 0.69 0.61
HSL 134º 0.82% 0.22% -
HSV(B) 134º 0.9% 0.39% -
XYZ 4.93 9.28 2.83 -
YUV 65.22 108.68 88.61 -
System Red Green Blue C M Y K H S L
Decimal 10 100 31 0.90 0 0.69 0.61 134 0.82 0.22
Hex A 64 1F 5A 0 45 3D 86 52 16
Octal 12 144 37 132 0 105 75 206 122 26
Binary 1010 1100100 11111 1011010 0 1000101 111101 10000110 1010010 10110

Color Harmonies of #0A641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A641F

Black with #0A641F

Text Example


Text Example

White with #0A641F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,100,31); }

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

background-color css

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

 a { background-color: rgb(10,100,31); }

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

border-color css

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

 span { border-color: rgb(10,100,31); }

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