Html Css Color HEX #146525 Crusoe

📋 copy color: '#146525'

red 20 ◦ green 101 ◦ blue 37

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

Shades of Crusoe #146525

Tints of Crusoe #146525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 63.92%

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

R = 12.66%
G = 63.92%
B = 23.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#146525 (or 0x146525) is known color: Crusoe. HEX triplet: 14, 65 and 25. RGB value is (20,101,37). Sum of RGB (Red+Green+Blue) = 20+101+37=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #146525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146525 is #EB9ADA. Grayscale: #454545. Windows color (decimal): -15440603 or 2450708. OLE color: 2450708.

HSL color Cylindrical-coordinate representation of color #146525: hue angle of 132.59º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146525 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 101 37 -
CMYK 0.80 0 0.63 0.60
HSL 132.59º 0.67% 0.24% -
HSV(B) 132.59º 0.8% 0.4% -
XYZ 5.28 9.59 3.32 -
YUV 69.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 20 101 37 0.80 0 0.63 0.60 132.59 0.67 0.24
Hex 14 65 25 50 0 3F 3C 85 43 18
Octal 24 145 45 120 0 77 74 205 103 30
Binary 10100 1100101 100101 1010000 0 111111 111100 10000101 1000011 11000

Color Harmonies of #146525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146525

Black with #146525

Text Example


Text Example

White with #146525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146525; }

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

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

background-color css

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

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

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

border-color css

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

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

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