Html Css Color HEX #0E641B Crusoe

📋 copy color: '#0E641B'

red 14 ◦ green 100 ◦ blue 27

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

Shades of Crusoe #0E641B

Tints of Crusoe #0E641B

RGB

 RED value IS 14 (5.86% from 255) = 9.93%

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

 BLUE value IS 27 (10.94% from 255) = 19.15%

R = 9.93%
G = 70.92%
B = 19.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#0E641B (or 0x0E641B) is known color: Crusoe. HEX triplet: 0E, 64 and 1B. RGB value is (14,100,27). Sum of RGB (Red+Green+Blue) = 14+100+27=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #0E641B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E641B is #F19BE4. Grayscale: #424242. Windows color (decimal): -15834085 or 1795086. OLE color: 1795086.

HSL color Cylindrical-coordinate representation of color #0E641B: hue angle of 129.07º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E641B is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 14 100 27 -
CMYK 0.86 0 0.73 0.61
HSL 129.07º 0.75% 0.22% -
HSV(B) 129.07º 0.86% 0.39% -
XYZ 4.94 9.29 2.57 -
YUV 65.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 14 100 27 0.86 0 0.73 0.61 129.07 0.75 0.22
Hex E 64 1B 56 0 49 3D 81 4B 16
Octal 16 144 33 126 0 111 75 201 113 26
Binary 1110 1100100 11011 1010110 0 1001001 111101 10000001 1001011 10110

Color Harmonies of #0E641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E641B

Black with #0E641B

Text Example


Text Example

White with #0E641B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,100,27); }

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

background-color css

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

 a { background-color: rgb(14,100,27); }

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

border-color css

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

 span { border-color: rgb(14,100,27); }

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