#26853E

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

Shades of Japanese Laurel #26853E

Tints of Japanese Laurel #26853E

Color information

#26853E (or 0x26853E) is unknown color: approx Japanese Laurel. HEX triplet: 26, 85 and 3E. RGB value is (38,133,62). Sum of RGB (Red+Green+Blue) = 38+133+62=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #26853E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26853E is #D97AC1. Grayscale: #606060. Windows color (decimal): -14252738 or 4097318. OLE color: 4097318.

HSL color Cylindrical-coordinate representation of color #26853E: hue angle of 135.16º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26853E is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB3813362-
CMYK0.7100.530.48
HSL135.16º55.56%33.53%-
HSV(B)135.16º71.43%52.16%-
XYZ10.0617.537.41-
YUV96.5108.5386.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 133 (52.34% from 255) = 57.08%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=16.31%
G=57.08%
B=26.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38133620.7100.530.48135.1655.5633.53
Hex26853E4703530873822
Octal4620576107065602077042
Binary100110100001011111101000111011010111000010000111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26853E; }

 p { color: rgb(38,133,62); }

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

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

 a { background-color: rgb(38,133,62); }

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

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

 span { border-color: rgb(38,133,62); }

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