Html Css Color HEX #155834 Crusoe

📋 copy color: '#155834'

red 21 ◦ green 88 ◦ blue 52

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

Shades of Crusoe #155834

Tints of Crusoe #155834

RGB

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

 GREEN value IS 88 (34.77% from 255) = 54.66%

 BLUE value IS 52 (20.7% from 255) = 32.3%

R = 13.04%
G = 54.66%
B = 32.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#155834 (or 0x155834) is known color: Crusoe. HEX triplet: 15, 58 and 34. RGB value is (21,88,52). Sum of RGB (Red+Green+Blue) = 21+88+52=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #155834 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155834 is #EAA7CB. Grayscale: #3F3F3F. Windows color (decimal): -15378380 or 3430421. OLE color: 3430421.

HSL color Cylindrical-coordinate representation of color #155834: hue angle of 147.76º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155834 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 88 52 -
CMYK 0.76 0 0.41 0.65
HSL 147.76º 0.61% 0.21% -
HSV(B) 147.76º 0.76% 0.35% -
XYZ 4.42 7.39 4.44 -
YUV 63.86 121.3 97.43 -
System Red Green Blue C M Y K H S L
Decimal 21 88 52 0.76 0 0.41 0.65 147.76 0.61 0.21
Hex 15 58 34 4C 0 29 41 94 3D 15
Octal 25 130 64 114 0 51 101 224 75 25
Binary 10101 1011000 110100 1001100 0 101001 1000001 10010100 111101 10101

Color Harmonies of #155834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155834

Black with #155834

Text Example


Text Example

White with #155834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155834; }

 p { color: rgb(21,88,52); }

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

background-color css

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

 a { background-color: rgb(21,88,52); }

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

border-color css

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

 span { border-color: rgb(21,88,52); }

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