Html Css Color HEX #38816D Viridian

📋 copy color: '#38816D'

red 56 ◦ green 129 ◦ blue 109

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

Shades of Viridian #38816D

Tints of Viridian #38816D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 19.05%
G = 43.88%
B = 37.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#38816D (or 0x38816D) is known color: Viridian. HEX triplet: 38, 81 and 6D. RGB value is (56,129,109). Sum of RGB (Red+Green+Blue) = 56+129+109=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #38816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38816D is #C77E92. Grayscale: #686868. Windows color (decimal): -13074067 or 7176504. OLE color: 7176504.

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

Color convert

RGB 56 129 109 -
CMYK 0.57 0 0.16 0.49
HSL 163.56º 0.39% 0.36% -
HSV(B) 163.56º 0.57% 0.51% -
XYZ 12.24 17.65 17.23 -
YUV 104.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 56 129 109 0.57 0 0.16 0.49 163.56 0.39 0.36
Hex 38 81 6D 39 0 10 31 A4 27 24
Octal 70 201 155 71 0 20 61 244 47 44
Binary 111000 10000001 1101101 111001 0 10000 110001 10100100 100111 100100

Color Harmonies of #38816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38816D

Black with #38816D

Text Example


Text Example

White with #38816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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