Html Css Color HEX #1B5440 County Green

📋 copy color: '#1B5440'

red 27 ◦ green 84 ◦ blue 64

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

Shades of County Green #1B5440

Tints of County Green #1B5440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48%

 BLUE value IS 64 (25.39% from 255) = 36.57%

R = 15.43%
G = 48%
B = 36.57%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#1B5440 (or 0x1B5440) is known color: County Green. HEX triplet: 1B, 54 and 40. RGB value is (27,84,64). Sum of RGB (Red+Green+Blue) = 27+84+64=175 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.43% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #1B5440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5440 is #E4ABBF. Grayscale: #404040. Windows color (decimal): -14986176 or 4215835. OLE color: 4215835.

HSL color Cylindrical-coordinate representation of color #1B5440: hue angle of 158.95º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B5440 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 27 84 64 -
CMYK 0.68 0 0.24 0.67
HSL 158.95º 0.51% 0.22% -
HSV(B) 158.95º 0.68% 0.33% -
XYZ 4.55 6.94 5.95 -
YUV 64.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 27 84 64 0.68 0 0.24 0.67 158.95 0.51 0.22
Hex 1B 54 40 44 0 18 43 9F 33 16
Octal 33 124 100 104 0 30 103 237 63 26
Binary 11011 1010100 1000000 1000100 0 11000 1000011 10011111 110011 10110

Color Harmonies of #1B5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5440

Black with #1B5440

Text Example


Text Example

White with #1B5440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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