Html Css Color HEX #14521F Crusoe

📋 copy color: '#14521F'

red 20 ◦ green 82 ◦ blue 31

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

Shades of Crusoe #14521F

Tints of Crusoe #14521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 61.65%

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

R = 15.04%
G = 61.65%
B = 23.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#14521F (or 0x14521F) is known color: Crusoe. HEX triplet: 14, 52 and 1F. RGB value is (20,82,31). Sum of RGB (Red+Green+Blue) = 20+82+31=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #14521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14521F is #EBADE0. Grayscale: #393939. Windows color (decimal): -15445473 or 2052628. OLE color: 2052628.

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

Color convert

RGB 20 82 31 -
CMYK 0.76 0 0.62 0.68
HSL 130.65º 0.61% 0.2% -
HSV(B) 130.65º 0.76% 0.32% -
XYZ 3.55 6.28 2.32 -
YUV 57.65 112.96 101.15 -
System Red Green Blue C M Y K H S L
Decimal 20 82 31 0.76 0 0.62 0.68 130.65 0.61 0.2
Hex 14 52 1F 4C 0 3E 44 83 3D 14
Octal 24 122 37 114 0 76 104 203 75 24
Binary 10100 1010010 11111 1001100 0 111110 1000100 10000011 111101 10100

Color Harmonies of #14521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14521F

Black with #14521F

Text Example


Text Example

White with #14521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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