Html Css Color HEX #38836B Viridian

📋 copy color: '#38836B'

red 56 ◦ green 131 ◦ blue 107

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

Shades of Viridian #38836B

Tints of Viridian #38836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 19.05%
G = 44.56%
B = 36.39%

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

#38836B (or 0x38836B) is known color: Viridian. HEX triplet: 38, 83 and 6B. RGB value is (56,131,107). Sum of RGB (Red+Green+Blue) = 56+131+107=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #38836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38836B is #C77C94. Grayscale: #696969. Windows color (decimal): -13073557 or 7045944. OLE color: 7045944.

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

Color convert

RGB 56 131 107 -
CMYK 0.57 0 0.18 0.49
HSL 160.8º 0.4% 0.37% -
HSV(B) 160.8º 0.57% 0.51% -
XYZ 12.4 18.13 16.76 -
YUV 105.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 56 131 107 0.57 0 0.18 0.49 160.8 0.4 0.37
Hex 38 83 6B 39 0 12 31 A1 28 25
Octal 70 203 153 71 0 22 61 241 50 45
Binary 111000 10000011 1101011 111001 0 10010 110001 10100001 101000 100101

Color Harmonies of #38836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38836B

Black with #38836B

Text Example


Text Example

White with #38836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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