Html Css Color HEX #0E652F Crusoe

📋 copy color: '#0E652F'

red 14 ◦ green 101 ◦ blue 47

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

Shades of Crusoe #0E652F

Tints of Crusoe #0E652F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 62.35%

 BLUE value IS 47 (18.75% from 255) = 29.01%

R = 8.64%
G = 62.35%
B = 29.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#0E652F (or 0x0E652F) is known color: Crusoe. HEX triplet: 0E, 65 and 2F. RGB value is (14,101,47). Sum of RGB (Red+Green+Blue) = 14+101+47=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 101 (39.84% from 255 or 62.35% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 101 - color contains mainly: green. Hex color #0E652F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E652F is #F19AD0. Grayscale: #444444. Windows color (decimal): -15833809 or 3106062. OLE color: 3106062.

HSL color Cylindrical-coordinate representation of color #0E652F: hue angle of 142.76º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E652F is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 101 47 -
CMYK 0.86 0 0.53 0.60
HSL 142.76º 0.76% 0.23% -
HSV(B) 142.76º 0.86% 0.4% -
XYZ 5.35 9.61 4.26 -
YUV 68.83 115.68 88.89 -
System Red Green Blue C M Y K H S L
Decimal 14 101 47 0.86 0 0.53 0.60 142.76 0.76 0.23
Hex E 65 2F 56 0 35 3C 8F 4C 17
Octal 16 145 57 126 0 65 74 217 114 27
Binary 1110 1100101 101111 1010110 0 110101 111100 10001111 1001100 10111

Color Harmonies of #0E652F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E652F

Black with #0E652F

Text Example


Text Example

White with #0E652F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,101,47); }

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

background-color css

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

 a { background-color: rgb(14,101,47); }

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

border-color css

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

 span { border-color: rgb(14,101,47); }

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