Html Css Color HEX #1B5C31 Crusoe

📋 copy color: '#1B5C31'

red 27 ◦ green 92 ◦ blue 49

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

Shades of Crusoe #1B5C31

Tints of Crusoe #1B5C31

RGB

 RED value IS 27 (10.94% from 255) = 16.07%

 GREEN value IS 92 (36.33% from 255) = 54.76%

 BLUE value IS 49 (19.53% from 255) = 29.17%

R = 16.07%
G = 54.76%
B = 29.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#1B5C31 (or 0x1B5C31) is known color: Crusoe. HEX triplet: 1B, 5C and 31. RGB value is (27,92,49). Sum of RGB (Red+Green+Blue) = 27+92+49=168 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.07% from 168); Green value is 92 (36.33% from 255 or 54.76% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 92 - color contains mainly: green. Hex color #1B5C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5C31 is #E4A3CE. Grayscale: #434343. Windows color (decimal): -14984143 or 3234843. OLE color: 3234843.

HSL color Cylindrical-coordinate representation of color #1B5C31: hue angle of 140.31º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B5C31 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 27 92 49 -
CMYK 0.71 0 0.47 0.64
HSL 140.31º 0.55% 0.23% -
HSV(B) 140.31º 0.71% 0.36% -
XYZ 4.83 8.11 4.22 -
YUV 67.66 117.47 99 -
System Red Green Blue C M Y K H S L
Decimal 27 92 49 0.71 0 0.47 0.64 140.31 0.55 0.23
Hex 1B 5C 31 47 0 2F 40 8C 37 17
Octal 33 134 61 107 0 57 100 214 67 27
Binary 11011 1011100 110001 1000111 0 101111 1000000 10001100 110111 10111

Color Harmonies of #1B5C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5C31

Black with #1B5C31

Text Example


Text Example

White with #1B5C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B5C31; }

 p { color: rgb(27,92,49); }

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

background-color css

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

 a { background-color: rgb(27,92,49); }

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

border-color css

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

 span { border-color: rgb(27,92,49); }

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