Html Css Color HEX #14661F Crusoe

📋 copy color: '#14661F'

red 20 ◦ green 102 ◦ blue 31

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

Shades of Crusoe #14661F

Tints of Crusoe #14661F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 66.67%

 BLUE value IS 31 (12.5% from 255) = 20.26%

R = 13.07%
G = 66.67%
B = 20.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#14661F (or 0x14661F) is known color: Crusoe. HEX triplet: 14, 66 and 1F. RGB value is (20,102,31). Sum of RGB (Red+Green+Blue) = 20+102+31=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #14661F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14661F is #EB99E0. Grayscale: #454545. Windows color (decimal): -15440353 or 2057748. OLE color: 2057748.

HSL color Cylindrical-coordinate representation of color #14661F: hue angle of 128.05º 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 #14661F is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB 20 102 31 -
CMYK 0.80 0 0.70 0.6
HSL 128.05º 0.67% 0.24% -
HSV(B) 128.05º 0.8% 0.4% -
XYZ 5.29 9.75 2.9 -
YUV 69.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 20 102 31 0.80 0 0.70 0.6 128.05 0.67 0.24
Hex 14 66 1F 50 0 46 3C 80 43 18
Octal 24 146 37 120 0 106 74 200 103 30
Binary 10100 1100110 11111 1010000 0 1000110 111100 10000000 1000011 11000

Color Harmonies of #14661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14661F

Black with #14661F

Text Example


Text Example

White with #14661F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14661F; }

 p { color: rgb(20,102,31); }

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

background-color css

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

 a { background-color: rgb(20,102,31); }

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

border-color css

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

 span { border-color: rgb(20,102,31); }

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