Html Css Color HEX #145024 Crusoe

📋 copy color: '#145024'

red 20 ◦ green 80 ◦ blue 36

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

Shades of Crusoe #145024

Tints of Crusoe #145024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 58.82%

 BLUE value IS 36 (14.45% from 255) = 26.47%

R = 14.71%
G = 58.82%
B = 26.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#145024 (or 0x145024) is known color: Crusoe. HEX triplet: 14, 50 and 24. RGB value is (20,80,36). Sum of RGB (Red+Green+Blue) = 20+80+36=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #145024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145024 is #EBAFDB. Grayscale: #393939. Windows color (decimal): -15445980 or 2379796. OLE color: 2379796.

HSL color Cylindrical-coordinate representation of color #145024: hue angle of 136º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145024 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 80 36 -
CMYK 0.75 0 0.55 0.69
HSL 136º 0.6% 0.2% -
HSV(B) 136º 0.75% 0.31% -
XYZ 3.48 6.01 2.65 -
YUV 57.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 20 80 36 0.75 0 0.55 0.69 136 0.6 0.2
Hex 14 50 24 4B 0 37 45 88 3C 14
Octal 24 120 44 113 0 67 105 210 74 24
Binary 10100 1010000 100100 1001011 0 110111 1000101 10001000 111100 10100

Color Harmonies of #145024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145024

Black with #145024

Text Example


Text Example

White with #145024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145024; }

 p { color: rgb(20,80,36); }

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

background-color css

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

 a { background-color: rgb(20,80,36); }

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

border-color css

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

 span { border-color: rgb(20,80,36); }

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