Html Css Color HEX #1B735B Deep Sea

📋 copy color: '#1B735B'

red 27 ◦ green 115 ◦ blue 91

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

Shades of Deep Sea #1B735B

Tints of Deep Sea #1B735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.36%

 BLUE value IS 91 (35.94% from 255) = 39.06%

R = 11.59%
G = 49.36%
B = 39.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#1B735B (or 0x1B735B) is known color: Deep Sea. HEX triplet: 1B, 73 and 5B. RGB value is (27,115,91). Sum of RGB (Red+Green+Blue) = 27+115+91=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #1B735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B735B is #E48CA4. Grayscale: #555555. Windows color (decimal): -14978213 or 5993243. OLE color: 5993243.

HSL color Cylindrical-coordinate representation of color #1B735B: hue angle of 163.64º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B735B is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 27 115 91 -
CMYK 0.77 0 0.21 0.55
HSL 163.64º 0.62% 0.28% -
HSV(B) 163.64º 0.77% 0.45% -
XYZ 8.47 13.25 12.01 -
YUV 85.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 27 115 91 0.77 0 0.21 0.55 163.64 0.62 0.28
Hex 1B 73 5B 4D 0 15 37 A4 3E 1C
Octal 33 163 133 115 0 25 67 244 76 34
Binary 11011 1110011 1011011 1001101 0 10101 110111 10100100 111110 11100

Color Harmonies of #1B735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B735B

Black with #1B735B

Text Example


Text Example

White with #1B735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,115,91); }

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

background-color css

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

 a { background-color: rgb(27,115,91); }

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

border-color css

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

 span { border-color: rgb(27,115,91); }

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