Html Css Color HEX #155326 Crusoe

📋 copy color: '#155326'

red 21 ◦ green 83 ◦ blue 38

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

Shades of Crusoe #155326

Tints of Crusoe #155326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.76%

R = 14.79%
G = 58.45%
B = 26.76%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#155326 (or 0x155326) is known color: Crusoe. HEX triplet: 15, 53 and 26. RGB value is (21,83,38). Sum of RGB (Red+Green+Blue) = 21+83+38=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #155326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155326 is #EAACD9. Grayscale: #3B3B3B. Windows color (decimal): -15379674 or 2511637. OLE color: 2511637.

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

Color convert

RGB 21 83 38 -
CMYK 0.75 0 0.54 0.67
HSL 136.45º 0.6% 0.2% -
HSV(B) 136.45º 0.75% 0.33% -
XYZ 3.75 6.49 2.89 -
YUV 59.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 21 83 38 0.75 0 0.54 0.67 136.45 0.6 0.2
Hex 15 53 26 4B 0 36 43 88 3C 14
Octal 25 123 46 113 0 66 103 210 74 24
Binary 10101 1010011 100110 1001011 0 110110 1000011 10001000 111100 10100

Color Harmonies of #155326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155326

Black with #155326

Text Example


Text Example

White with #155326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155326; }

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

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

background-color css

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

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

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

border-color css

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

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

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