Html Css Color HEX #388163 Viridian

📋 copy color: '#388163'

red 56 ◦ green 129 ◦ blue 99

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

Shades of Viridian #388163

Tints of Viridian #388163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 19.72%
G = 45.42%
B = 34.86%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#388163 (or 0x388163) is known color: Viridian. HEX triplet: 38, 81 and 63. RGB value is (56,129,99). Sum of RGB (Red+Green+Blue) = 56+129+99=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #388163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388163 is #C77E9C. Grayscale: #676767. Windows color (decimal): -13074077 or 6521144. OLE color: 6521144.

HSL color Cylindrical-coordinate representation of color #388163: hue angle of 155.34º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388163 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 99 -
CMYK 0.57 0 0.23 0.49
HSL 155.34º 0.39% 0.36% -
HSV(B) 155.34º 0.57% 0.51% -
XYZ 11.73 17.44 14.55 -
YUV 103.75 125.32 93.94 -
System Red Green Blue C M Y K H S L
Decimal 56 129 99 0.57 0 0.23 0.49 155.34 0.39 0.36
Hex 38 81 63 39 0 17 31 9B 27 24
Octal 70 201 143 71 0 27 61 233 47 44
Binary 111000 10000001 1100011 111001 0 10111 110001 10011011 100111 100100

Color Harmonies of #388163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388163

Black with #388163

Text Example


Text Example

White with #388163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388163; }

 p { color: rgb(56,129,99); }

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

background-color css

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

 a { background-color: rgb(56,129,99); }

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

border-color css

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

 span { border-color: rgb(56,129,99); }

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