#237069

Color #237069 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #237069

Tints of Elm #237069

Color information

#237069 (or 0x237069) is unknown color: approx Elm. HEX triplet: 23, 70 and 69. RGB value is (35,112,105). Sum of RGB (Red+Green+Blue) = 35+112+105=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #237069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237069 is #DC8F96. Grayscale: #585858. Windows color (decimal): -14454679 or 6909987. OLE color: 6909987.

HSL color Cylindrical-coordinate representation of color #237069: hue angle of 174.55º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237069 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB35112105-
CMYK0.6900.060.56
HSL174.55º52.38%28.82%-
HSV(B)174.55º68.75%43.92%-
XYZ9.0412.9715.39-
YUV88.18137.4990.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.89%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=13.89%
G=44.44%
B=41.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal351121050.6900.060.56174.5552.3828.82
Hex237069450638af341d
Octal4316015110506702576435
Binary10001111100001101001100010101101110001010111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237069; }

 p { color: rgb(35,112,105); }

 H1.HeaderClassName
 {
   color: #237069;
 }
 .AnyTagClassName
 {
   color: #237069;
 }
</style>
background-color css

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

 a { background-color: rgb(35,112,105); }

 div.DivClassName
 {
   background-color: #237069;
 }
 .BgClassName
 {
   background-color: #237069;
 }
</style>
border-color css

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

 span { border-color: rgb(35,112,105); }

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