Html Css Color HEX #0E542B Crusoe

📋 copy color: '#0E542B'

red 14 ◦ green 84 ◦ blue 43

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

Shades of Crusoe #0E542B

Tints of Crusoe #0E542B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 59.57%

 BLUE value IS 43 (17.19% from 255) = 30.5%

R = 9.93%
G = 59.57%
B = 30.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#0E542B (or 0x0E542B) is known color: Crusoe. HEX triplet: 0E, 54 and 2B. RGB value is (14,84,43). Sum of RGB (Red+Green+Blue) = 14+84+43=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #0E542B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E542B is #F1ABD4. Grayscale: #3A3A3A. Windows color (decimal): -15838165 or 2839566. OLE color: 2839566.

HSL color Cylindrical-coordinate representation of color #0E542B: hue angle of 144.86º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E542B is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 84 43 -
CMYK 0.83 0 0.49 0.67
HSL 144.86º 0.71% 0.19% -
HSV(B) 144.86º 0.83% 0.33% -
XYZ 3.79 6.61 3.36 -
YUV 58.4 119.31 96.33 -
System Red Green Blue C M Y K H S L
Decimal 14 84 43 0.83 0 0.49 0.67 144.86 0.71 0.19
Hex E 54 2B 53 0 31 43 91 47 13
Octal 16 124 53 123 0 61 103 221 107 23
Binary 1110 1010100 101011 1010011 0 110001 1000011 10010001 1000111 10011

Color Harmonies of #0E542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E542B

Black with #0E542B

Text Example


Text Example

White with #0E542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,84,43); }

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

background-color css

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

 a { background-color: rgb(14,84,43); }

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

border-color css

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

 span { border-color: rgb(14,84,43); }

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