Html Css Color HEX #146227 Crusoe

📋 copy color: '#146227'

red 20 ◦ green 98 ◦ blue 39

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

Shades of Crusoe #146227

Tints of Crusoe #146227

RGB

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

 GREEN value IS 98 (38.67% from 255) = 62.42%

 BLUE value IS 39 (15.63% from 255) = 24.84%

R = 12.74%
G = 62.42%
B = 24.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#146227 (or 0x146227) is known color: Crusoe. HEX triplet: 14, 62 and 27. RGB value is (20,98,39). Sum of RGB (Red+Green+Blue) = 20+98+39=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #146227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146227 is #EB9DD8. Grayscale: #444444. Windows color (decimal): -15441369 or 2581012. OLE color: 2581012.

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

Color convert

RGB 20 98 39 -
CMYK 0.80 0 0.60 0.62
HSL 134.62º 0.66% 0.23% -
HSV(B) 134.62º 0.8% 0.38% -
XYZ 5.02 9.03 3.4 -
YUV 67.95 111.66 93.8 -
System Red Green Blue C M Y K H S L
Decimal 20 98 39 0.80 0 0.60 0.62 134.62 0.66 0.23
Hex 14 62 27 50 0 3C 3E 87 42 17
Octal 24 142 47 120 0 74 76 207 102 27
Binary 10100 1100010 100111 1010000 0 111100 111110 10000111 1000010 10111

Color Harmonies of #146227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146227

Black with #146227

Text Example


Text Example

White with #146227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146227; }

 p { color: rgb(20,98,39); }

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

background-color css

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

 a { background-color: rgb(20,98,39); }

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

border-color css

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

 span { border-color: rgb(20,98,39); }

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