Html Css Color HEX #15552F Crusoe

📋 copy color: '#15552F'

red 21 ◦ green 85 ◦ blue 47

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

Shades of Crusoe #15552F

Tints of Crusoe #15552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.56%

 BLUE value IS 47 (18.75% from 255) = 30.72%

R = 13.73%
G = 55.56%
B = 30.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#15552F (or 0x15552F) is known color: Crusoe. HEX triplet: 15, 55 and 2F. RGB value is (21,85,47). Sum of RGB (Red+Green+Blue) = 21+85+47=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #15552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15552F is #EAAAD0. Grayscale: #3D3D3D. Windows color (decimal): -15379153 or 3101973. OLE color: 3101973.

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

Color convert

RGB 21 85 47 -
CMYK 0.75 0 0.45 0.67
HSL 144.38º 0.6% 0.21% -
HSV(B) 144.38º 0.75% 0.33% -
XYZ 4.07 6.86 3.8 -
YUV 61.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 21 85 47 0.75 0 0.45 0.67 144.38 0.6 0.21
Hex 15 55 2F 4B 0 2D 43 90 3C 15
Octal 25 125 57 113 0 55 103 220 74 25
Binary 10101 1010101 101111 1001011 0 101101 1000011 10010000 111100 10101

Color Harmonies of #15552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15552F

Black with #15552F

Text Example


Text Example

White with #15552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15552F; }

 p { color: rgb(21,85,47); }

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

background-color css

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

 a { background-color: rgb(21,85,47); }

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

border-color css

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

 span { border-color: rgb(21,85,47); }

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