#267423

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

Shades of Japanese Laurel #267423

Tints of Japanese Laurel #267423

Color information

#267423 (or 0x267423) is unknown color: approx Japanese Laurel. HEX triplet: 26, 74 and 23. RGB value is (38,116,35). Sum of RGB (Red+Green+Blue) = 38+116+35=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 116 (45.70% from 255 or 61.38% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 116 - color contains mainly: green. Hex color #267423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267423 is #D98BDC. Grayscale: #535353. Windows color (decimal): -14257117 or 2323494. OLE color: 2323494.

HSL color Cylindrical-coordinate representation of color #267423: hue angle of 117.78º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267423 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB3811635-
CMYK0.6700.700.55
HSL117.78º53.64%29.61%-
HSV(B)117.78º69.83%45.49%-
XYZ7.3513.023.72-
YUV83.44100.6695.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 116 (45.70% from 255) = 61.38%
BLUE value IS 35 (14.06% from 255) = 18.52%
R=20.11%
G=61.38%
B=18.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38116350.6700.700.55117.7853.6429.61
Hex267423430463776361e
Octal46164431030106671666636
Binary1001101110100100011100001101000110110111111011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267423; }

 p { color: rgb(38,116,35); }

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

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

 a { background-color: rgb(38,116,35); }

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

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

 span { border-color: rgb(38,116,35); }

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