Html Css Color HEX #146834 Crusoe

📋 copy color: '#146834'

red 20 ◦ green 104 ◦ blue 52

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

Shades of Crusoe #146834

Tints of Crusoe #146834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 59.09%

 BLUE value IS 52 (20.7% from 255) = 29.55%

R = 11.36%
G = 59.09%
B = 29.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#146834 (or 0x146834) is known color: Crusoe. HEX triplet: 14, 68 and 34. RGB value is (20,104,52). Sum of RGB (Red+Green+Blue) = 20+104+52=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #146834 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146834 is #EB97CB. Grayscale: #494949. Windows color (decimal): -15439820 or 3434516. OLE color: 3434516.

HSL color Cylindrical-coordinate representation of color #146834: hue angle of 142.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146834 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 104 52 -
CMYK 0.81 0 0.50 0.59
HSL 142.86º 0.68% 0.24% -
HSV(B) 142.86º 0.81% 0.41% -
XYZ 5.86 10.3 4.93 -
YUV 72.96 116.17 90.23 -
System Red Green Blue C M Y K H S L
Decimal 20 104 52 0.81 0 0.50 0.59 142.86 0.68 0.24
Hex 14 68 34 51 0 32 3B 8F 44 18
Octal 24 150 64 121 0 62 73 217 104 30
Binary 10100 1101000 110100 1010001 0 110010 111011 10001111 1000100 11000

Color Harmonies of #146834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146834

Black with #146834

Text Example


Text Example

White with #146834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146834; }

 p { color: rgb(20,104,52); }

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

background-color css

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

 a { background-color: rgb(20,104,52); }

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

border-color css

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

 span { border-color: rgb(20,104,52); }

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