Html Css Color HEX #155325 Crusoe

📋 copy color: '#155325'

red 21 ◦ green 83 ◦ blue 37

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

Shades of Crusoe #155325

Tints of Crusoe #155325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.24%

R = 14.89%
G = 58.87%
B = 26.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#155325 (or 0x155325) is known color: Crusoe. HEX triplet: 15, 53 and 25. RGB value is (21,83,37). Sum of RGB (Red+Green+Blue) = 21+83+37=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #155325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155325 is #EAACDA. Grayscale: #3B3B3B. Windows color (decimal): -15379675 or 2446101. OLE color: 2446101.

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

Color convert

RGB 21 83 37 -
CMYK 0.75 0 0.55 0.67
HSL 135.48º 0.6% 0.2% -
HSV(B) 135.48º 0.75% 0.33% -
XYZ 3.74 6.48 2.8 -
YUV 59.22 115.46 100.74 -
System Red Green Blue C M Y K H S L
Decimal 21 83 37 0.75 0 0.55 0.67 135.48 0.6 0.2
Hex 15 53 25 4B 0 37 43 87 3C 14
Octal 25 123 45 113 0 67 103 207 74 24
Binary 10101 1010011 100101 1001011 0 110111 1000011 10000111 111100 10100

Color Harmonies of #155325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155325

Black with #155325

Text Example


Text Example

White with #155325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155325; }

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

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

background-color css

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

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

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

border-color css

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

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

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