Html Css Color HEX #38896C Viridian

📋 copy color: '#38896C'

red 56 ◦ green 137 ◦ blue 108

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

Shades of Viridian #38896C

Tints of Viridian #38896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.51%

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

R = 18.6%
G = 45.51%
B = 35.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#38896C (or 0x38896C) is known color: Viridian. HEX triplet: 38, 89 and 6C. RGB value is (56,137,108). Sum of RGB (Red+Green+Blue) = 56+137+108=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #38896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38896C is #C77693. Grayscale: #6D6D6D. Windows color (decimal): -13072020 or 7113016. OLE color: 7113016.

HSL color Cylindrical-coordinate representation of color #38896C: hue angle of 158.52º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38896C is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 137 108 -
CMYK 0.59 0 0.21 0.46
HSL 158.52º 0.42% 0.38% -
HSV(B) 158.52º 0.59% 0.54% -
XYZ 13.28 19.81 17.31 -
YUV 109.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 56 137 108 0.59 0 0.21 0.46 158.52 0.42 0.38
Hex 38 89 6C 3B 0 15 2E 9F 2A 26
Octal 70 211 154 73 0 25 56 237 52 46
Binary 111000 10001001 1101100 111011 0 10101 101110 10011111 101010 100110

Color Harmonies of #38896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38896C

Black with #38896C

Text Example


Text Example

White with #38896C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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