Html Css Color HEX #38836C Viridian

📋 copy color: '#38836C'

red 56 ◦ green 131 ◦ blue 108

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

Shades of Viridian #38836C

Tints of Viridian #38836C

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 value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#38836C (or 0x38836C) is known color: 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

RGB 56 131 108 -
CMYK 0.57 0 0.18 0.49
HSL 161.6º 0.4% 0.37% -
HSV(B) 161.6º 0.57% 0.51% -
XYZ 12.45 18.16 17.04 -
YUV 105.95 129.15 92.37 -
System Red Green Blue C M Y K H S L
Decimal 56 131 108 0.57 0 0.18 0.49 161.6 0.4 0.37
Hex 38 83 6C 39 0 12 31 A2 28 25
Octal 70 203 154 71 0 22 61 242 50 45
Binary 111000 10000011 1101100 111001 0 10010 110001 10100010 101000 100101

Color Harmonies of #38836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38836C

Black with #38836C

Text Example


Text Example

White with #38836C

Text Example


Text Example

HTML Codes & Css Web 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>