Html Css Color HEX #14652A Crusoe

📋 copy color: '#14652A'

red 20 ◦ green 101 ◦ blue 42

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

Shades of Crusoe #14652A

Tints of Crusoe #14652A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 12.27%
G = 61.96%
B = 25.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#14652A (or 0x14652A) is known color: Crusoe. HEX triplet: 14, 65 and 2A. RGB value is (20,101,42). Sum of RGB (Red+Green+Blue) = 20+101+42=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #14652A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14652A is #EB9AD5. Grayscale: #464646. Windows color (decimal): -15440598 or 2778388. OLE color: 2778388.

HSL color Cylindrical-coordinate representation of color #14652A: hue angle of 136.3º 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 #14652A is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 101 42 -
CMYK 0.80 0 0.58 0.60
HSL 136.3º 0.67% 0.24% -
HSV(B) 136.3º 0.8% 0.4% -
XYZ 5.36 9.62 3.77 -
YUV 70.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 20 101 42 0.80 0 0.58 0.60 136.3 0.67 0.24
Hex 14 65 2A 50 0 3A 3C 88 43 18
Octal 24 145 52 120 0 72 74 210 103 30
Binary 10100 1100101 101010 1010000 0 111010 111100 10001000 1000011 11000

Color Harmonies of #14652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14652A

Black with #14652A

Text Example


Text Example

White with #14652A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14652A; }

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

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

background-color css

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

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

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

border-color css

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

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

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