Html Css Color HEX #14531F Crusoe

📋 copy color: '#14531F'

red 20 ◦ green 83 ◦ blue 31

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

Shades of Crusoe #14531F

Tints of Crusoe #14531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 61.94%

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

R = 14.93%
G = 61.94%
B = 23.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#14531F (or 0x14531F) is known color: Crusoe. HEX triplet: 14, 53 and 1F. RGB value is (20,83,31). Sum of RGB (Red+Green+Blue) = 20+83+31=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #14531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14531F is #EBACE0. Grayscale: #3A3A3A. Windows color (decimal): -15445217 or 2052884. OLE color: 2052884.

HSL color Cylindrical-coordinate representation of color #14531F: hue angle of 130.48º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14531F is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 83 31 -
CMYK 0.76 0 0.63 0.67
HSL 130.48º 0.61% 0.2% -
HSV(B) 130.48º 0.76% 0.33% -
XYZ 3.63 6.43 2.35 -
YUV 58.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 20 83 31 0.76 0 0.63 0.67 130.48 0.61 0.2
Hex 14 53 1F 4C 0 3F 43 82 3D 14
Octal 24 123 37 114 0 77 103 202 75 24
Binary 10100 1010011 11111 1001100 0 111111 1000011 10000010 111101 10100

Color Harmonies of #14531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14531F

Black with #14531F

Text Example


Text Example

White with #14531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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