Html Css Color HEX #145823 Crusoe

📋 copy color: '#145823'

red 20 ◦ green 88 ◦ blue 35

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

Shades of Crusoe #145823

Tints of Crusoe #145823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.48%

R = 13.99%
G = 61.54%
B = 24.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#145823 (or 0x145823) is known color: Crusoe. HEX triplet: 14, 58 and 23. RGB value is (20,88,35). Sum of RGB (Red+Green+Blue) = 20+88+35=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #145823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145823 is #EBA7DC. Grayscale: #3D3D3D. Windows color (decimal): -15443933 or 2316308. OLE color: 2316308.

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

Color convert

RGB 20 88 35 -
CMYK 0.77 0 0.60 0.65
HSL 133.24º 0.63% 0.21% -
HSV(B) 133.24º 0.77% 0.35% -
XYZ 4.08 7.25 2.77 -
YUV 61.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 20 88 35 0.77 0 0.60 0.65 133.24 0.63 0.21
Hex 14 58 23 4D 0 3C 41 85 3F 15
Octal 24 130 43 115 0 74 101 205 77 25
Binary 10100 1011000 100011 1001101 0 111100 1000001 10000101 111111 10101

Color Harmonies of #145823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145823

Black with #145823

Text Example


Text Example

White with #145823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145823; }

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

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

background-color css

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

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

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

border-color css

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

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

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