Html Css Color HEX #155422 Crusoe

📋 copy color: '#155422'

red 21 ◦ green 84 ◦ blue 34

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

Shades of Crusoe #155422

Tints of Crusoe #155422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.46%

R = 15.11%
G = 60.43%
B = 24.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#155422 (or 0x155422) is known color: Crusoe. HEX triplet: 15, 54 and 22. RGB value is (21,84,34). Sum of RGB (Red+Green+Blue) = 21+84+34=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #155422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155422 is #EAABDD. Grayscale: #3B3B3B. Windows color (decimal): -15379422 or 2249749. OLE color: 2249749.

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

Color convert

RGB 21 84 34 -
CMYK 0.75 0 0.60 0.67
HSL 132.38º 0.6% 0.21% -
HSV(B) 132.38º 0.75% 0.33% -
XYZ 3.77 6.62 2.59 -
YUV 59.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 21 84 34 0.75 0 0.60 0.67 132.38 0.6 0.21
Hex 15 54 22 4B 0 3C 43 84 3C 15
Octal 25 124 42 113 0 74 103 204 74 25
Binary 10101 1010100 100010 1001011 0 111100 1000011 10000100 111100 10101

Color Harmonies of #155422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155422

Black with #155422

Text Example


Text Example

White with #155422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155422; }

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

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

background-color css

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

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

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

border-color css

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

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

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