Html Css Color HEX #14582D Crusoe

📋 copy color: '#14582D'

red 20 ◦ green 88 ◦ blue 45

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

Shades of Crusoe #14582D

Tints of Crusoe #14582D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.41%

R = 13.07%
G = 57.52%
B = 29.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#14582D (or 0x14582D) is known color: Crusoe. HEX triplet: 14, 58 and 2D. RGB value is (20,88,45). Sum of RGB (Red+Green+Blue) = 20+88+45=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #14582D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14582D is #EBA7D2. Grayscale: #3E3E3E. Windows color (decimal): -15443923 or 2971668. OLE color: 2971668.

HSL color Cylindrical-coordinate representation of color #14582D: hue angle of 142.06º 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 #14582D is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 45 -
CMYK 0.77 0 0.49 0.65
HSL 142.06º 0.63% 0.21% -
HSV(B) 142.06º 0.77% 0.35% -
XYZ 4.25 7.32 3.67 -
YUV 62.77 117.97 97.5 -
System Red Green Blue C M Y K H S L
Decimal 20 88 45 0.77 0 0.49 0.65 142.06 0.63 0.21
Hex 14 58 2D 4D 0 31 41 8E 3F 15
Octal 24 130 55 115 0 61 101 216 77 25
Binary 10100 1011000 101101 1001101 0 110001 1000001 10001110 111111 10101

Color Harmonies of #14582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14582D

Black with #14582D

Text Example


Text Example

White with #14582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14582D; }

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

 H1.HeaderClassName
 {
   color: #14582D;
 }
 .AnyTagClassName
 {
   color: #14582D;
 }
</style>

background-color css

<style>
 a { background-color: #14582D; }

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

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

border-color css

<style>
 span { border-color: #14582D; }

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

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