Html Css Color HEX #1B4135 Sherwood Green

📋 copy color: '#1B4135'

red 27 ◦ green 65 ◦ blue 53

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

Shades of Sherwood Green #1B4135

Tints of Sherwood Green #1B4135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.83%

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

R = 18.62%
G = 44.83%
B = 36.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#1B4135 (or 0x1B4135) is known color: Sherwood Green. HEX triplet: 1B, 41 and 35. RGB value is (27,65,53). Sum of RGB (Red+Green+Blue) = 27+65+53=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #1B4135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4135 is #E4BECA. Grayscale: #343434. Windows color (decimal): -14991051 or 3490075. OLE color: 3490075.

HSL color Cylindrical-coordinate representation of color #1B4135: hue angle of 161.05º 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 #1B4135 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 65 53 -
CMYK 0.58 0 0.18 0.75
HSL 161.05º 0.41% 0.18% -
HSV(B) 161.05º 0.58% 0.25% -
XYZ 2.98 4.27 4.04 -
YUV 52.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 27 65 53 0.58 0 0.18 0.75 161.05 0.41 0.18
Hex 1B 41 35 3A 0 12 4B A1 29 12
Octal 33 101 65 72 0 22 113 241 51 22
Binary 11011 1000001 110101 111010 0 10010 1001011 10100001 101001 10010

Color Harmonies of #1B4135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4135

Black with #1B4135

Text Example


Text Example

White with #1B4135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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