Html Css Color HEX #14521E Crusoe

📋 copy color: '#14521E'

red 20 ◦ green 82 ◦ blue 30

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

Shades of Crusoe #14521E

Tints of Crusoe #14521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.73%

R = 15.15%
G = 62.12%
B = 22.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#14521E (or 0x14521E) is known color: Crusoe. HEX triplet: 14, 52 and 1E. RGB value is (20,82,30). Sum of RGB (Red+Green+Blue) = 20+82+30=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #14521E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14521E is #EBADE1. Grayscale: #393939. Windows color (decimal): -15445474 or 1987092. OLE color: 1987092.

HSL color Cylindrical-coordinate representation of color #14521E: hue angle of 129.68º 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 #14521E is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 82 30 -
CMYK 0.76 0 0.63 0.68
HSL 129.68º 0.61% 0.2% -
HSV(B) 129.68º 0.76% 0.32% -
XYZ 3.54 6.28 2.25 -
YUV 57.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 20 82 30 0.76 0 0.63 0.68 129.68 0.61 0.2
Hex 14 52 1E 4C 0 3F 44 82 3D 14
Octal 24 122 36 114 0 77 104 202 75 24
Binary 10100 1010010 11110 1001100 0 111111 1000100 10000010 111101 10100

Color Harmonies of #14521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14521E

Black with #14521E

Text Example


Text Example

White with #14521E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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