Html Css Color HEX #388568 Viridian

📋 copy color: '#388568'

red 56 ◦ green 133 ◦ blue 104

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

Shades of Viridian #388568

Tints of Viridian #388568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.39%

 BLUE value IS 104 (41.02% from 255) = 35.49%

R = 19.11%
G = 45.39%
B = 35.49%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#388568 (or 0x388568) is known color: Viridian. HEX triplet: 38, 85 and 68. RGB value is (56,133,104). Sum of RGB (Red+Green+Blue) = 56+133+104=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #388568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388568 is #C77A97. Grayscale: #6A6A6A. Windows color (decimal): -13073048 or 6849848. OLE color: 6849848.

HSL color Cylindrical-coordinate representation of color #388568: hue angle of 157.4º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388568 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 104 -
CMYK 0.58 0 0.22 0.48
HSL 157.4º 0.41% 0.37% -
HSV(B) 157.4º 0.58% 0.52% -
XYZ 12.52 18.62 16.03 -
YUV 106.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 56 133 104 0.58 0 0.22 0.48 157.4 0.41 0.37
Hex 38 85 68 3A 0 16 30 9D 29 25
Octal 70 205 150 72 0 26 60 235 51 45
Binary 111000 10000101 1101000 111010 0 10110 110000 10011101 101001 100101

Color Harmonies of #388568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388568

Black with #388568

Text Example


Text Example

White with #388568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388568; }

 p { color: rgb(56,133,104); }

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

background-color css

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

 a { background-color: rgb(56,133,104); }

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

border-color css

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

 span { border-color: rgb(56,133,104); }

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