Html Css Color HEX #388469 Viridian

📋 copy color: '#388469'

red 56 ◦ green 132 ◦ blue 105

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

Shades of Viridian #388469

Tints of Viridian #388469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 19.11%
G = 45.05%
B = 35.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#388469 (or 0x388469) is known color: Viridian. HEX triplet: 38, 84 and 69. RGB value is (56,132,105). Sum of RGB (Red+Green+Blue) = 56+132+105=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #388469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388469 is #C77B96. Grayscale: #6A6A6A. Windows color (decimal): -13073303 or 6915128. OLE color: 6915128.

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

Color convert

RGB 56 132 105 -
CMYK 0.58 0 0.20 0.48
HSL 158.68º 0.4% 0.37% -
HSV(B) 158.68º 0.58% 0.52% -
XYZ 12.43 18.36 16.25 -
YUV 106.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 56 132 105 0.58 0 0.20 0.48 158.68 0.4 0.37
Hex 38 84 69 3A 0 14 30 9F 28 25
Octal 70 204 151 72 0 24 60 237 50 45
Binary 111000 10000100 1101001 111010 0 10100 110000 10011111 101000 100101

Color Harmonies of #388469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388469

Black with #388469

Text Example


Text Example

White with #388469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388469; }

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

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

background-color css

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

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

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

border-color css

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

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

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