Html Css Color HEX #275C53 Eden

📋 copy color: '#275C53'

red 39 ◦ green 92 ◦ blue 83

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

Shades of Eden #275C53

Tints of Eden #275C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.99%

 BLUE value IS 83 (32.81% from 255) = 38.79%

R = 18.22%
G = 42.99%
B = 38.79%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#275C53 (or 0x275C53) is known color: Eden. HEX triplet: 27, 5C and 53. RGB value is (39,92,83). Sum of RGB (Red+Green+Blue) = 39+92+83=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #275C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C53 is #D8A3AC. Grayscale: #4B4B4B. Windows color (decimal): -14197677 or 5463079. OLE color: 5463079.

HSL color Cylindrical-coordinate representation of color #275C53: hue angle of 169.81º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275C53 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 92 83 -
CMYK 0.58 0 0.10 0.64
HSL 169.81º 0.4% 0.26% -
HSV(B) 169.81º 0.58% 0.36% -
XYZ 6.23 8.71 9.54 -
YUV 75.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 39 92 83 0.58 0 0.10 0.64 169.81 0.4 0.26
Hex 27 5C 53 3A 0 A 40 AA 28 1A
Octal 47 134 123 72 0 12 100 252 50 32
Binary 100111 1011100 1010011 111010 0 1010 1000000 10101010 101000 11010

Color Harmonies of #275C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275C53

Black with #275C53

Text Example


Text Example

White with #275C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275C53; }

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

 H1.HeaderClassName
 {
   color: #275C53;
 }
 .AnyTagClassName
 {
   color: #275C53;
 }
</style>

background-color css

<style>
 a { background-color: #275C53; }

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

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

border-color css

<style>
 span { border-color: #275C53; }

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

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