Html Css Color HEX #146025 Crusoe

📋 copy color: '#146025'

red 20 ◦ green 96 ◦ blue 37

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

Shades of Crusoe #146025

Tints of Crusoe #146025

RGB

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

 GREEN value IS 96 (37.89% from 255) = 62.75%

 BLUE value IS 37 (14.84% from 255) = 24.18%

R = 13.07%
G = 62.75%
B = 24.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#146025 (or 0x146025) is known color: Crusoe. HEX triplet: 14, 60 and 25. RGB value is (20,96,37). Sum of RGB (Red+Green+Blue) = 20+96+37=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #146025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146025 is #EB9FDA. Grayscale: #424242. Windows color (decimal): -15441883 or 2449428. OLE color: 2449428.

HSL color Cylindrical-coordinate representation of color #146025: hue angle of 133.42º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146025 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 96 37 -
CMYK 0.79 0 0.61 0.62
HSL 133.42º 0.66% 0.23% -
HSV(B) 133.42º 0.79% 0.38% -
XYZ 4.81 8.65 3.17 -
YUV 66.55 111.32 94.8 -
System Red Green Blue C M Y K H S L
Decimal 20 96 37 0.79 0 0.61 0.62 133.42 0.66 0.23
Hex 14 60 25 4F 0 3D 3E 85 42 17
Octal 24 140 45 117 0 75 76 205 102 27
Binary 10100 1100000 100101 1001111 0 111101 111110 10000101 1000010 10111

Color Harmonies of #146025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146025

Black with #146025

Text Example


Text Example

White with #146025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146025; }

 p { color: rgb(20,96,37); }

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

background-color css

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

 a { background-color: rgb(20,96,37); }

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

border-color css

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

 span { border-color: rgb(20,96,37); }

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