Html Css Color HEX #388465 Viridian

📋 copy color: '#388465'

red 56 ◦ green 132 ◦ blue 101

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

Shades of Viridian #388465

Tints of Viridian #388465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 19.38%
G = 45.67%
B = 34.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#388465 (or 0x388465) is known color: Viridian. HEX triplet: 38, 84 and 65. RGB value is (56,132,101). Sum of RGB (Red+Green+Blue) = 56+132+101=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #388465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388465 is #C77B9A. Grayscale: #696969. Windows color (decimal): -13073307 or 6652984. OLE color: 6652984.

HSL color Cylindrical-coordinate representation of color #388465: hue angle of 155.53º degrees, saturation: 0.4, 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 #388465 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 101 -
CMYK 0.58 0 0.23 0.48
HSL 155.53º 0.4% 0.37% -
HSV(B) 155.53º 0.58% 0.52% -
XYZ 12.23 18.28 15.2 -
YUV 105.74 125.32 92.52 -
System Red Green Blue C M Y K H S L
Decimal 56 132 101 0.58 0 0.23 0.48 155.53 0.4 0.37
Hex 38 84 65 3A 0 17 30 9C 28 25
Octal 70 204 145 72 0 27 60 234 50 45
Binary 111000 10000100 1100101 111010 0 10111 110000 10011100 101000 100101

Color Harmonies of #388465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388465

Black with #388465

Text Example


Text Example

White with #388465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388465; }

 p { color: rgb(56,132,101); }

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

background-color css

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

 a { background-color: rgb(56,132,101); }

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

border-color css

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

 span { border-color: rgb(56,132,101); }

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