Html Css Color HEX #1B6132 Crusoe

📋 copy color: '#1B6132'

red 27 ◦ green 97 ◦ blue 50

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

Shades of Crusoe #1B6132

Tints of Crusoe #1B6132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.75%

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 15.52%
G = 55.75%
B = 28.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#1B6132 (or 0x1B6132) is known color: Crusoe. HEX triplet: 1B, 61 and 32. RGB value is (27,97,50). Sum of RGB (Red+Green+Blue) = 27+97+50=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #1B6132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6132 is #E49ECD. Grayscale: #464646. Windows color (decimal): -14982862 or 3301659. OLE color: 3301659.

HSL color Cylindrical-coordinate representation of color #1B6132: hue angle of 139.71º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B6132 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 27 97 50 -
CMYK 0.72 0 0.48 0.62
HSL 139.71º 0.56% 0.24% -
HSV(B) 139.71º 0.72% 0.38% -
XYZ 5.3 9.01 4.48 -
YUV 70.71 116.31 96.82 -
System Red Green Blue C M Y K H S L
Decimal 27 97 50 0.72 0 0.48 0.62 139.71 0.56 0.24
Hex 1B 61 32 48 0 30 3E 8C 38 18
Octal 33 141 62 110 0 60 76 214 70 30
Binary 11011 1100001 110010 1001000 0 110000 111110 10001100 111000 11000

Color Harmonies of #1B6132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6132

Black with #1B6132

Text Example


Text Example

White with #1B6132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,97,50); }

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

background-color css

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

 a { background-color: rgb(27,97,50); }

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

border-color css

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

 span { border-color: rgb(27,97,50); }

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