Html Css Color HEX #1B4035 Sherwood Green

📋 copy color: '#1B4035'

red 27 ◦ green 64 ◦ blue 53

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

Shades of Sherwood Green #1B4035

Tints of Sherwood Green #1B4035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.44%

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

R = 18.75%
G = 44.44%
B = 36.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#1B4035 (or 0x1B4035) is known color: Sherwood Green. HEX triplet: 1B, 40 and 35. RGB value is (27,64,53). Sum of RGB (Red+Green+Blue) = 27+64+53=144 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.75% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #1B4035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4035 is #E4BFCA. Grayscale: #333333. Windows color (decimal): -14991307 or 3489819. OLE color: 3489819.

HSL color Cylindrical-coordinate representation of color #1B4035: hue angle of 162.16º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B4035 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 64 53 -
CMYK 0.58 0 0.17 0.75
HSL 162.16º 0.41% 0.18% -
HSV(B) 162.16º 0.58% 0.25% -
XYZ 2.93 4.16 4.02 -
YUV 51.68 128.74 110.39 -
System Red Green Blue C M Y K H S L
Decimal 27 64 53 0.58 0 0.17 0.75 162.16 0.41 0.18
Hex 1B 40 35 3A 0 11 4B A2 29 12
Octal 33 100 65 72 0 21 113 242 51 22
Binary 11011 1000000 110101 111010 0 10001 1001011 10100010 101001 10010

Color Harmonies of #1B4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4035

Black with #1B4035

Text Example


Text Example

White with #1B4035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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