Html Css Color HEX #145526 Crusoe

📋 copy color: '#145526'

red 20 ◦ green 85 ◦ blue 38

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

Shades of Crusoe #145526

Tints of Crusoe #145526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 59.44%

 BLUE value IS 38 (15.23% from 255) = 26.57%

R = 13.99%
G = 59.44%
B = 26.57%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#145526 (or 0x145526) is known color: Crusoe. HEX triplet: 14, 55 and 26. RGB value is (20,85,38). Sum of RGB (Red+Green+Blue) = 20+85+38=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #145526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145526 is #EBAAD9. Grayscale: #3C3C3C. Windows color (decimal): -15444698 or 2512148. OLE color: 2512148.

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

Color convert

RGB 20 85 38 -
CMYK 0.76 0 0.55 0.67
HSL 136.62º 0.62% 0.21% -
HSV(B) 136.62º 0.76% 0.33% -
XYZ 3.89 6.79 2.94 -
YUV 60.21 115.47 99.32 -
System Red Green Blue C M Y K H S L
Decimal 20 85 38 0.76 0 0.55 0.67 136.62 0.62 0.21
Hex 14 55 26 4C 0 37 43 89 3E 15
Octal 24 125 46 114 0 67 103 211 76 25
Binary 10100 1010101 100110 1001100 0 110111 1000011 10001001 111110 10101

Color Harmonies of #145526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145526

Black with #145526

Text Example


Text Example

White with #145526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145526; }

 p { color: rgb(20,85,38); }

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

background-color css

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

 a { background-color: rgb(20,85,38); }

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

border-color css

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

 span { border-color: rgb(20,85,38); }

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