Html Css Color HEX #1B6235 Crusoe

📋 copy color: '#1B6235'

red 27 ◦ green 98 ◦ blue 53

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

Shades of Crusoe #1B6235

Tints of Crusoe #1B6235

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.06%

 BLUE value IS 53 (21.09% from 255) = 29.78%

R = 15.17%
G = 55.06%
B = 29.78%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#1B6235 (or 0x1B6235) is known color: Crusoe. HEX triplet: 1B, 62 and 35. RGB value is (27,98,53). Sum of RGB (Red+Green+Blue) = 27+98+53=178 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.17% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #1B6235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6235 is #E49DCA. Grayscale: #474747. Windows color (decimal): -14982603 or 3498523. OLE color: 3498523.

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

Color convert

RGB 27 98 53 -
CMYK 0.72 0 0.46 0.62
HSL 141.97º 0.57% 0.25% -
HSV(B) 141.97º 0.72% 0.38% -
XYZ 5.46 9.23 4.86 -
YUV 71.64 117.48 96.16 -
System Red Green Blue C M Y K H S L
Decimal 27 98 53 0.72 0 0.46 0.62 141.97 0.57 0.25
Hex 1B 62 35 48 0 2E 3E 8E 39 19
Octal 33 142 65 110 0 56 76 216 71 31
Binary 11011 1100010 110101 1001000 0 101110 111110 10001110 111001 11001

Color Harmonies of #1B6235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6235

Black with #1B6235

Text Example


Text Example

White with #1B6235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,98,53); }

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

background-color css

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

 a { background-color: rgb(27,98,53); }

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

border-color css

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

 span { border-color: rgb(27,98,53); }

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