Html Css Color HEX #38876C Viridian

📋 copy color: '#38876C'

red 56 ◦ green 135 ◦ blue 108

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

Shades of Viridian #38876C

Tints of Viridian #38876C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.15%

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 18.73%
G = 45.15%
B = 36.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#38876C (or 0x38876C) is known color: Viridian. HEX triplet: 38, 87 and 6C. RGB value is (56,135,108). Sum of RGB (Red+Green+Blue) = 56+135+108=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #38876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38876C is #C77893. Grayscale: #6C6C6C. Windows color (decimal): -13072532 or 7112504. OLE color: 7112504.

HSL color Cylindrical-coordinate representation of color #38876C: hue angle of 159.49º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38876C is Cyan = 0.59, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 135 108 -
CMYK 0.59 0 0.2 0.47
HSL 159.49º 0.41% 0.37% -
HSV(B) 159.49º 0.59% 0.53% -
XYZ 13 19.25 17.22 -
YUV 108.3 127.83 90.7 -
System Red Green Blue C M Y K H S L
Decimal 56 135 108 0.59 0 0.2 0.47 159.49 0.41 0.37
Hex 38 87 6C 3B 0 14 2F 9F 29 25
Octal 70 207 154 73 0 24 57 237 51 45
Binary 111000 10000111 1101100 111011 0 10100 101111 10011111 101001 100101

Color Harmonies of #38876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38876C

Black with #38876C

Text Example


Text Example

White with #38876C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38876C;
 }
 .AnyTagClassName
 {
   color: #38876C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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