Html Css Color HEX #27534B Evening Sea

📋 copy color: '#27534B'

red 39 ◦ green 83 ◦ blue 75

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

Shades of Evening Sea #27534B

Tints of Evening Sea #27534B

RGB

 RED value IS 39 (15.63% from 255) = 19.8%

 GREEN value IS 83 (32.81% from 255) = 42.13%

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 19.8%
G = 42.13%
B = 38.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#27534B (or 0x27534B) is known color: Evening Sea. HEX triplet: 27, 53 and 4B. RGB value is (39,83,75). Sum of RGB (Red+Green+Blue) = 39+83+75=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #27534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27534B is #D8ACB4. Grayscale: #444444. Windows color (decimal): -14199989 or 4936487. OLE color: 4936487.

HSL color Cylindrical-coordinate representation of color #27534B: hue angle of 169.09º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #27534B is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 83 75 -
CMYK 0.53 0 0.10 0.67
HSL 169.09º 0.36% 0.24% -
HSV(B) 169.09º 0.53% 0.33% -
XYZ 5.2 7.13 7.76 -
YUV 68.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 39 83 75 0.53 0 0.10 0.67 169.09 0.36 0.24
Hex 27 53 4B 35 0 A 43 A9 24 18
Octal 47 123 113 65 0 12 103 251 44 30
Binary 100111 1010011 1001011 110101 0 1010 1000011 10101001 100100 11000

Color Harmonies of #27534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27534B

Black with #27534B

Text Example


Text Example

White with #27534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27534B; }

 p { color: rgb(39,83,75); }

 H1.HeaderClassName
 {
   color: #27534B;
 }
 .AnyTagClassName
 {
   color: #27534B;
 }
</style>

background-color css

<style>
 a { background-color: #27534B; }

 a { background-color: rgb(39,83,75); }

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

border-color css

<style>
 span { border-color: #27534B; }

 span { border-color: rgb(39,83,75); }

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