Html Css Color HEX #388168 Viridian

📋 copy color: '#388168'

red 56 ◦ green 129 ◦ blue 104

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

Shades of Viridian #388168

Tints of Viridian #388168

RGB

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

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

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

R = 19.38%
G = 44.64%
B = 35.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#388168 (or 0x388168) is known color: Viridian. HEX triplet: 38, 81 and 68. RGB value is (56,129,104). Sum of RGB (Red+Green+Blue) = 56+129+104=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #388168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388168 is #C77E97. Grayscale: #686868. Windows color (decimal): -13074072 or 6848824. OLE color: 6848824.

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

Color convert

RGB 56 129 104 -
CMYK 0.57 0 0.19 0.49
HSL 159.45º 0.39% 0.36% -
HSV(B) 159.45º 0.57% 0.51% -
XYZ 11.98 17.54 15.85 -
YUV 104.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 56 129 104 0.57 0 0.19 0.49 159.45 0.39 0.36
Hex 38 81 68 39 0 13 31 9F 27 24
Octal 70 201 150 71 0 23 61 237 47 44
Binary 111000 10000001 1101000 111001 0 10011 110001 10011111 100111 100100

Color Harmonies of #388168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388168

Black with #388168

Text Example


Text Example

White with #388168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388168; }

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

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

background-color css

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

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

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

border-color css

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

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

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