Html Css Color HEX #14671F Crusoe

📋 copy color: '#14671F'

red 20 ◦ green 103 ◦ blue 31

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

Shades of Crusoe #14671F

Tints of Crusoe #14671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 66.88%

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

R = 12.99%
G = 66.88%
B = 20.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#14671F (or 0x14671F) is known color: Crusoe. HEX triplet: 14, 67 and 1F. RGB value is (20,103,31). Sum of RGB (Red+Green+Blue) = 20+103+31=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 103 (40.62% from 255 or 66.88% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 103 - color contains mainly: green. Hex color #14671F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14671F is #EB98E0. Grayscale: #464646. Windows color (decimal): -15440097 or 2058004. OLE color: 2058004.

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

Color convert

RGB 20 103 31 -
CMYK 0.81 0 0.70 0.60
HSL 127.95º 0.67% 0.24% -
HSV(B) 127.95º 0.81% 0.4% -
XYZ 5.39 9.95 2.93 -
YUV 69.98 106 92.35 -
System Red Green Blue C M Y K H S L
Decimal 20 103 31 0.81 0 0.70 0.60 127.95 0.67 0.24
Hex 14 67 1F 51 0 46 3C 80 43 18
Octal 24 147 37 121 0 106 74 200 103 30
Binary 10100 1100111 11111 1010001 0 1000110 111100 10000000 1000011 11000

Color Harmonies of #14671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14671F

Black with #14671F

Text Example


Text Example

White with #14671F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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