#38836C

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

Shades of Viridian #38836C

Tints of Viridian #38836C

Color information

#38836C (or 0x38836C) is unknown color: approx Viridian. HEX triplet: 38, 83 and 6C. RGB value is (56,131,108). Sum of RGB (Red+Green+Blue) = 56+131+108=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #38836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38836C is #C77C93. Grayscale: #696969. Windows color (decimal): -13073556 or 7111480. OLE color: 7111480.

HSL color Cylindrical-coordinate representation of color #38836C: hue angle of 161.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38836C is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB56131108-
CMYK0.5700.180.49
HSL161.6º40.11%36.67%-
HSV(B)161.6º57.25%51.37%-
XYZ12.4518.1617.04-
YUV105.95129.1592.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 131 (51.56% from 255) = 44.41%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=18.98%
G=44.41%
B=36.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561311080.5700.180.49161.640.1136.67
Hex38836C3901231a22825
Octal7020315471022612425045
Binary11100010000011110110011100101001011000110100010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38836C; }

 p { color: rgb(56,131,108); }

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

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

 a { background-color: rgb(56,131,108); }

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

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

 span { border-color: rgb(56,131,108); }

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