Html Css Color HEX #15531F Crusoe

📋 copy color: '#15531F'

red 21 ◦ green 83 ◦ blue 31

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

Shades of Crusoe #15531F

Tints of Crusoe #15531F

RGB

 RED value IS 21 (8.59% from 255) = 15.56%

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

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

R = 15.56%
G = 61.48%
B = 22.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#15531F (or 0x15531F) is known color: Crusoe. HEX triplet: 15, 53 and 1F. RGB value is (21,83,31). Sum of RGB (Red+Green+Blue) = 21+83+31=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #15531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15531F is #EAACE0. Grayscale: #3A3A3A. Windows color (decimal): -15379681 or 2052885. OLE color: 2052885.

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

Color convert

RGB 21 83 31 -
CMYK 0.75 0 0.63 0.67
HSL 129.68º 0.6% 0.2% -
HSV(B) 129.68º 0.75% 0.33% -
XYZ 3.65 6.44 2.35 -
YUV 58.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 21 83 31 0.75 0 0.63 0.67 129.68 0.6 0.2
Hex 15 53 1F 4B 0 3F 43 82 3C 14
Octal 25 123 37 113 0 77 103 202 74 24
Binary 10101 1010011 11111 1001011 0 111111 1000011 10000010 111100 10100

Color Harmonies of #15531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15531F

Black with #15531F

Text Example


Text Example

White with #15531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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