Html Css Color HEX #14511F Crusoe

📋 copy color: '#14511F'

red 20 ◦ green 81 ◦ blue 31

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

Shades of Crusoe #14511F

Tints of Crusoe #14511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 61.36%

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

R = 15.15%
G = 61.36%
B = 23.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#14511F (or 0x14511F) is known color: Crusoe. HEX triplet: 14, 51 and 1F. RGB value is (20,81,31). Sum of RGB (Red+Green+Blue) = 20+81+31=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 81 (32.03% from 255 or 61.36% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 81 - color contains mainly: green. Hex color #14511F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14511F is #EBAEE0. Grayscale: #393939. Windows color (decimal): -15445729 or 2052372. OLE color: 2052372.

HSL color Cylindrical-coordinate representation of color #14511F: hue angle of 130.82º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14511F is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 81 31 -
CMYK 0.75 0 0.62 0.68
HSL 130.82º 0.6% 0.2% -
HSV(B) 130.82º 0.75% 0.32% -
XYZ 3.48 6.13 2.3 -
YUV 57.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 20 81 31 0.75 0 0.62 0.68 130.82 0.6 0.2
Hex 14 51 1F 4B 0 3E 44 83 3C 14
Octal 24 121 37 113 0 76 104 203 74 24
Binary 10100 1010001 11111 1001011 0 111110 1000100 10000011 111100 10100

Color Harmonies of #14511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14511F

Black with #14511F

Text Example


Text Example

White with #14511F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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