Html Css Color HEX #145424 Crusoe

📋 copy color: '#145424'

red 20 ◦ green 84 ◦ blue 36

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

Shades of Crusoe #145424

Tints of Crusoe #145424

RGB

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

 GREEN value IS 84 (33.2% from 255) = 60%

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

R = 14.29%
G = 60%
B = 25.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#145424 (or 0x145424) is known color: Crusoe. HEX triplet: 14, 54 and 24. RGB value is (20,84,36). Sum of RGB (Red+Green+Blue) = 20+84+36=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 84 (33.20% from 255 or 60% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 84 - color contains mainly: green. Hex color #145424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145424 is #EBABDB. Grayscale: #3B3B3B. Windows color (decimal): -15444956 or 2380820. OLE color: 2380820.

HSL color Cylindrical-coordinate representation of color #145424: hue angle of 135º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145424 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 84 36 -
CMYK 0.76 0 0.57 0.67
HSL 135º 0.62% 0.2% -
HSV(B) 135º 0.76% 0.33% -
XYZ 3.78 6.62 2.75 -
YUV 59.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 20 84 36 0.76 0 0.57 0.67 135 0.62 0.2
Hex 14 54 24 4C 0 39 43 87 3E 14
Octal 24 124 44 114 0 71 103 207 76 24
Binary 10100 1010100 100100 1001100 0 111001 1000011 10000111 111110 10100

Color Harmonies of #145424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145424

Black with #145424

Text Example


Text Example

White with #145424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145424; }

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

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

background-color css

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

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

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

border-color css

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

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

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