Html Css Color HEX #155425 Crusoe

📋 copy color: '#155425'

red 21 ◦ green 84 ◦ blue 37

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

Shades of Crusoe #155425

Tints of Crusoe #155425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 59.15%

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

R = 14.79%
G = 59.15%
B = 26.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#155425 (or 0x155425) is known color: Crusoe. HEX triplet: 15, 54 and 25. RGB value is (21,84,37). Sum of RGB (Red+Green+Blue) = 21+84+37=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 84 (33.20% from 255 or 59.15% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 84 - color contains mainly: green. Hex color #155425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155425 is #EAABDA. Grayscale: #3B3B3B. Windows color (decimal): -15379419 or 2446357. OLE color: 2446357.

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

Color convert

RGB 21 84 37 -
CMYK 0.75 0 0.56 0.67
HSL 135.24º 0.6% 0.21% -
HSV(B) 135.24º 0.75% 0.33% -
XYZ 3.81 6.63 2.83 -
YUV 59.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 21 84 37 0.75 0 0.56 0.67 135.24 0.6 0.21
Hex 15 54 25 4B 0 38 43 87 3C 15
Octal 25 124 45 113 0 70 103 207 74 25
Binary 10101 1010100 100101 1001011 0 111000 1000011 10000111 111100 10101

Color Harmonies of #155425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155425

Black with #155425

Text Example


Text Example

White with #155425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155425; }

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

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

background-color css

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

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

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

border-color css

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

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

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