Html Css Color HEX #14581F Crusoe

📋 copy color: '#14581F'

red 20 ◦ green 88 ◦ blue 31

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

Shades of Crusoe #14581F

Tints of Crusoe #14581F

RGB

 RED value IS 20 (8.2% from 255) = 14.39%

 GREEN value IS 88 (34.77% from 255) = 63.31%

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

R = 14.39%
G = 63.31%
B = 22.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#14581F (or 0x14581F) is known color: Crusoe. HEX triplet: 14, 58 and 1F. RGB value is (20,88,31). Sum of RGB (Red+Green+Blue) = 20+88+31=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #14581F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14581F is #EBA7E0. Grayscale: #3D3D3D. Windows color (decimal): -15443937 or 2054164. OLE color: 2054164.

HSL color Cylindrical-coordinate representation of color #14581F: hue angle of 129.71º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14581F is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 31 -
CMYK 0.77 0 0.65 0.65
HSL 129.71º 0.63% 0.21% -
HSV(B) 129.71º 0.77% 0.35% -
XYZ 4.03 7.23 2.48 -
YUV 61.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 20 88 31 0.77 0 0.65 0.65 129.71 0.63 0.21
Hex 14 58 1F 4D 0 41 41 82 3F 15
Octal 24 130 37 115 0 101 101 202 77 25
Binary 10100 1011000 11111 1001101 0 1000001 1000001 10000010 111111 10101

Color Harmonies of #14581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14581F

Black with #14581F

Text Example


Text Example

White with #14581F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14581F; }

 p { color: rgb(20,88,31); }

 H1.HeaderClassName
 {
   color: #14581F;
 }
 .AnyTagClassName
 {
   color: #14581F;
 }
</style>

background-color css

<style>
 a { background-color: #14581F; }

 a { background-color: rgb(20,88,31); }

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

border-color css

<style>
 span { border-color: #14581F; }

 span { border-color: rgb(20,88,31); }

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