Html Css Color HEX #388665 Viridian

📋 copy color: '#388665'

red 56 ◦ green 134 ◦ blue 101

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

Shades of Viridian #388665

Tints of Viridian #388665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.05%

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

R = 19.24%
G = 46.05%
B = 34.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#388665 (or 0x388665) is known color: Viridian. HEX triplet: 38, 86 and 65. RGB value is (56,134,101). Sum of RGB (Red+Green+Blue) = 56+134+101=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #388665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388665 is #C7799A. Grayscale: #6A6A6A. Windows color (decimal): -13072795 or 6653496. OLE color: 6653496.

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

Color convert

RGB 56 134 101 -
CMYK 0.58 0 0.25 0.47
HSL 154.62º 0.41% 0.37% -
HSV(B) 154.62º 0.58% 0.53% -
XYZ 12.5 18.83 15.29 -
YUV 106.92 124.66 91.68 -
System Red Green Blue C M Y K H S L
Decimal 56 134 101 0.58 0 0.25 0.47 154.62 0.41 0.37
Hex 38 86 65 3A 0 19 2F 9B 29 25
Octal 70 206 145 72 0 31 57 233 51 45
Binary 111000 10000110 1100101 111010 0 11001 101111 10011011 101001 100101

Color Harmonies of #388665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388665

Black with #388665

Text Example


Text Example

White with #388665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388665; }

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

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

background-color css

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

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

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

border-color css

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

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

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