Html Css Color HEX #155430 Crusoe

📋 copy color: '#155430'

red 21 ◦ green 84 ◦ blue 48

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

Shades of Crusoe #155430

Tints of Crusoe #155430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.37%

R = 13.73%
G = 54.9%
B = 31.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#155430 (or 0x155430) is known color: Crusoe. HEX triplet: 15, 54 and 30. RGB value is (21,84,48). Sum of RGB (Red+Green+Blue) = 21+84+48=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #155430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155430 is #EAABCF. Grayscale: #3D3D3D. Windows color (decimal): -15379408 or 3167253. OLE color: 3167253.

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

Color convert

RGB 21 84 48 -
CMYK 0.75 0 0.43 0.67
HSL 145.71º 0.6% 0.21% -
HSV(B) 145.71º 0.75% 0.33% -
XYZ 4.01 6.71 3.88 -
YUV 61.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 21 84 48 0.75 0 0.43 0.67 145.71 0.6 0.21
Hex 15 54 30 4B 0 2B 43 92 3C 15
Octal 25 124 60 113 0 53 103 222 74 25
Binary 10101 1010100 110000 1001011 0 101011 1000011 10010010 111100 10101

Color Harmonies of #155430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155430

Black with #155430

Text Example


Text Example

White with #155430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155430; }

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

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

background-color css

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

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

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

border-color css

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

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

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