Html Css Color HEX #38836E Viridian

📋 copy color: '#38836E'

red 56 ◦ green 131 ◦ blue 110

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

Shades of Viridian #38836E

Tints of Viridian #38836E

RGB

 RED value IS 56 (22.27% from 255) = 18.86%

 GREEN value IS 131 (51.56% from 255) = 44.11%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 18.86%
G = 44.11%
B = 37.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#38836E (or 0x38836E) is known color: Viridian. HEX triplet: 38, 83 and 6E. RGB value is (56,131,110). Sum of RGB (Red+Green+Blue) = 56+131+110=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #38836E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38836E is #C77C91. Grayscale: #6A6A6A. Windows color (decimal): -13073554 or 7242552. OLE color: 7242552.

HSL color Cylindrical-coordinate representation of color #38836E: hue angle of 163.2º 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 #38836E is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 131 110 -
CMYK 0.57 0 0.16 0.49
HSL 163.2º 0.4% 0.37% -
HSV(B) 163.2º 0.57% 0.51% -
XYZ 12.56 18.2 17.6 -
YUV 106.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 56 131 110 0.57 0 0.16 0.49 163.2 0.4 0.37
Hex 38 83 6E 39 0 10 31 A3 28 25
Octal 70 203 156 71 0 20 61 243 50 45
Binary 111000 10000011 1101110 111001 0 10000 110001 10100011 101000 100101

Color Harmonies of #38836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38836E

Black with #38836E

Text Example


Text Example

White with #38836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38836E;
 }
 .AnyTagClassName
 {
   color: #38836E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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