Html Css Color HEX #155328 Crusoe

📋 copy color: '#155328'

red 21 ◦ green 83 ◦ blue 40

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

Shades of Crusoe #155328

Tints of Crusoe #155328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 14.58%
G = 57.64%
B = 27.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#155328 (or 0x155328) is known color: Crusoe. HEX triplet: 15, 53 and 28. RGB value is (21,83,40). Sum of RGB (Red+Green+Blue) = 21+83+40=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #155328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155328 is #EAACD7. Grayscale: #3B3B3B. Windows color (decimal): -15379672 or 2642709. OLE color: 2642709.

HSL color Cylindrical-coordinate representation of color #155328: hue angle of 138.39º 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 #155328 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 83 40 -
CMYK 0.75 0 0.52 0.67
HSL 138.39º 0.6% 0.2% -
HSV(B) 138.39º 0.75% 0.33% -
XYZ 3.79 6.5 3.06 -
YUV 59.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 21 83 40 0.75 0 0.52 0.67 138.39 0.6 0.2
Hex 15 53 28 4B 0 34 43 8A 3C 14
Octal 25 123 50 113 0 64 103 212 74 24
Binary 10101 1010011 101000 1001011 0 110100 1000011 10001010 111100 10100

Color Harmonies of #155328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155328

Black with #155328

Text Example


Text Example

White with #155328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155328; }

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

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

background-color css

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

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

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

border-color css

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

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

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